diff --git a/next.config.js b/next.config.js index 2a668747f2e3e..2e2e81ffece4b 100644 --- a/next.config.js +++ b/next.config.js @@ -72,7 +72,7 @@ module.exports = withSentryConfig(nextConfig, { hideSourceMaps: true, // Automatically tree-shake Sentry logger statements to reduce bundle size - disableLogger: true, + disableLogger: false, // Enables automatic instrumentation of Vercel Cron Monitors // See the following for more information: diff --git a/sentry.client.config.ts b/sentry.client.config.ts index ff87ad5e8092f..ecdcc038bafaf 100644 --- a/sentry.client.config.ts +++ b/sentry.client.config.ts @@ -12,7 +12,7 @@ Sentry.init({ tracesSampleRate: 1, // Setting this option to true will print useful information to the console while you're setting up Sentry. - debug: false, + debug: true, replaysOnErrorSampleRate: 1.0,