Skip to content

Commit

Permalink
remove tracing target
Browse files Browse the repository at this point in the history
  • Loading branch information
jgitlin-nypr committed Mar 22, 2024
1 parent c9d5035 commit 93d49e2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions plugins/sentry.client.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ export default defineNuxtPlugin((nuxtApp) => {
dsn: config.SENTRY_DSN,
integrations: [
new Integrations.BrowserTracing({
routingInstrumentation: Sentry.vueRouterInstrumentation(nuxtApp.$router),
tracingOrigins: ['radiolab.org']
routingInstrumentation: Sentry.vueRouterInstrumentation(nuxtApp.$router)
})
],
logErrors: false,
Expand Down

0 comments on commit 93d49e2

Please sign in to comment.