Skip to content

Commit

Permalink
replay: sample 100% of sessions (#7953)
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-garcia committed Sep 26, 2023
1 parent 56cdf7a commit afde70a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gatsby-ssr.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Sentry.onLoad(function() {
}),
],
tracesSampleRate: ${sentryEnvironment === 'development' ? 0 : 1},
replaysSessionSampleRate: ${sentryEnvironment === 'development' ? 0 : 0.1},
replaysSessionSampleRate: ${sentryEnvironment === 'development' ? 0 : 1},
replaysOnErrorSampleRate: ${sentryEnvironment === 'development' ? 0 : 1},
networkDetailAllowUrls: ['https://sentry.io/docs/api/*'],
networkResponseHeaders: [
Expand Down

1 comment on commit afde70a

@vercel
Copy link

@vercel vercel bot commented on afde70a Sep 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sentry-docs – ./

sentry-docs.sentry.dev
sentry-docs-git-master.sentry.dev
docs.sentry.io

Please sign in to comment.