Skip to content

Commit

Permalink
remove replay options
Browse files Browse the repository at this point in the history
  • Loading branch information
walsh9 committed Sep 26, 2024
1 parent 8a8fad8 commit 569a634
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions plugins/sentry.client.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ export default defineNuxtPlugin((nuxtApp) => {
}),
],
tracesSampleRate: config.public.SENTRY_ENV.toUpperCase() === 'PROD' ? 0.1 : 1.0,
replaysSessionSampleRate: config.public.SENTRY_ENV.toUpperCase() === 'PROD' ? 0.0005 : 1.0,
replaysOnErrorSampleRate: config.public.SENTRY_ENV.toUpperCase() === 'PROD' ? 0.001 : 1.0,
allowUrls: [
'https://gothamist.com',
'https://gothamist-vue3.demo.nypr.digital',
Expand Down

0 comments on commit 569a634

Please sign in to comment.