Skip to content

Commit

Permalink
Merge pull request #61 from teknologi-umum/hotfix/frontend/sentry-int…
Browse files Browse the repository at this point in the history
…egration-mismatch

hotfix(frontend): remove every other integration
  • Loading branch information
aldy505 authored Sep 28, 2023
2 parents 24360f0 + 9180e83 commit e607b2f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/plugins/sentry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export default defineNuxtPlugin(nuxt => {
app: nuxt.vueApp,
dsn: sentryDSN,
integrations: [
new Sentry.Integrations.Dedupe(),
new Sentry.BrowserTracing(),
new Sentry.Replay(),
],
Expand Down

0 comments on commit e607b2f

Please sign in to comment.