diff --git a/sentry.client.config.ts b/sentry.client.config.ts index be9a3e6..6dac234 100644 --- a/sentry.client.config.ts +++ b/sentry.client.config.ts @@ -10,7 +10,7 @@ Sentry.init({ // Adjust this value in production, or use tracesSampler for greater control tracesSampleRate: 1, - profilesSampleRate: 1, + // profilesSampleRate: 1, // Setting this option to true will print useful information to the console while you're setting up Sentry. debug: false, @@ -25,7 +25,7 @@ Sentry.init({ // You can remove this option if you're not planning to use the Sentry Session Replay feature: integrations: [ - new Sentry.BrowserProfilingIntegration(), + // new Sentry.BrowserProfilingIntegration(), Sentry.replayIntegration({ maskAllText: false, blockAllMedia: true, diff --git a/sentry.server.config.ts b/sentry.server.config.ts index 872d814..5a39933 100644 --- a/sentry.server.config.ts +++ b/sentry.server.config.ts @@ -11,7 +11,7 @@ Sentry.init({ // Adjust this value in production, or use tracesSampler for greater control tracesSampleRate: 1, - profilesSampleRate: 1, + // profilesSampleRate: 1, // Setting this option to true will print useful information to the console while you're setting up Sentry. debug: false,