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 3636702 commit a75b801Copy full SHA for a75b801
instrumentation-client.ts
@@ -9,7 +9,7 @@ Sentry.init({
9
tunnel: "/api/sentry-tunnel",
10
// Add optional integrations for additional features
11
integrations: [Sentry.replayIntegration()],
12
-
+ enabled: process.env.NODE_ENV === "production",
13
// Define how likely traces are sampled. Adjust this value in production, or use tracesSampler for greater control.
14
tracesSampleRate: 1,
15
// Enable logs to be sent to Sentry
0 commit comments