From 4a3edaf3d7dd7acee29aa480d0caac01083a0bf9 Mon Sep 17 00:00:00 2001 From: afred Date: Wed, 11 Dec 2024 14:51:22 +0800 Subject: [PATCH] test --- sentry.client.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, });