Skip to content

Commit

Permalink
Merge pull request #60 from teknologi-umum/hotfix/frontend/sentry-def…
Browse files Browse the repository at this point in the history
…aultintegrations

hotfix(frontend): sentry defaultIntegrations is not iterable
  • Loading branch information
aldy505 authored Sep 28, 2023
2 parents 3d92766 + f4696b1 commit 24360f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/plugins/sentry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default defineNuxtPlugin(nuxt => {
app: nuxt.vueApp,
dsn: sentryDSN,
integrations: [
...Sentry.defaultIntegrations,
new Sentry.Integrations.Dedupe(),
new Sentry.BrowserTracing(),
new Sentry.Replay(),
],
Expand Down

0 comments on commit 24360f0

Please sign in to comment.