This commit is contained in:
afred 2024-12-11 14:51:22 +08:00
parent 2602f9be54
commit 4a3edaf3d7
1 changed files with 1 additions and 1 deletions

View File

@ -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,
});