We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a6dd86 commit f2ec701Copy full SHA for f2ec701
sentry.client.config.ts
@@ -8,7 +8,7 @@ if (process.env.NODE_ENV === "production") {
8
debug: false,
9
release: `${process.env.SENTRY_RELEASE || "production"}`,
10
allowUrls: [/^https:\/\/jsoncrack\.com/],
11
- replaysOnErrorSampleRate: 0,
+ replaysOnErrorSampleRate: 0.5,
12
replaysSessionSampleRate: 0,
13
integrations: [
14
Sentry.browserTracingIntegration(),
0 commit comments