diff --git a/sentry.client.config.ts b/sentry.client.config.ts index d36e91ebb..dd4553e2d 100644 --- a/sentry.client.config.ts +++ b/sentry.client.config.ts @@ -8,7 +8,7 @@ Sentry.init({ dsn: process.env.SENTRY_DSN, // Adjust this value in production, or use tracesSampler for greater control - tracesSampleRate: 1, + tracesSampleRate: 0, // Setting this option to true will print useful information to the console while you're setting up Sentry. debug: false, diff --git a/sentry.edge.config.ts b/sentry.edge.config.ts index ca6a40fa5..da13a7ea8 100644 --- a/sentry.edge.config.ts +++ b/sentry.edge.config.ts @@ -9,7 +9,7 @@ Sentry.init({ dsn: process.env.SENTRY_DSN, // Adjust this value in production, or use tracesSampler for greater control - tracesSampleRate: 1, + tracesSampleRate: 0, // Setting this option to true will print useful information to the console while you're setting up Sentry. debug: false diff --git a/sentry.server.config.ts b/sentry.server.config.ts index 5b2fed0f6..40d4aae90 100644 --- a/sentry.server.config.ts +++ b/sentry.server.config.ts @@ -8,7 +8,7 @@ Sentry.init({ dsn: process.env.SENTRY_DSN, // Adjust this value in production, or use tracesSampler for greater control - tracesSampleRate: 1, + tracesSampleRate: 0, // Setting this option to true will print useful information to the console while you're setting up Sentry. debug: false