diff --git a/sentry.client.config.ts b/sentry.client.config.ts index acd9c8019..e48533344 100644 --- a/sentry.client.config.ts +++ b/sentry.client.config.ts @@ -22,5 +22,5 @@ Sentry.init({ replaysOnErrorSampleRate: 1.0, // Setting this option to true will print useful information to the console while you're setting up Sentry. - debug: false, + debug: true, });