Skip to content

Commit f2ec701

Browse files
committed
feat: enable replays back for errors
1 parent 4a6dd86 commit f2ec701

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry.client.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if (process.env.NODE_ENV === "production") {
88
debug: false,
99
release: `${process.env.SENTRY_RELEASE || "production"}`,
1010
allowUrls: [/^https:\/\/jsoncrack\.com/],
11-
replaysOnErrorSampleRate: 0,
11+
replaysOnErrorSampleRate: 0.5,
1212
replaysSessionSampleRate: 0,
1313
integrations: [
1414
Sentry.browserTracingIntegration(),

0 commit comments

Comments
 (0)