From 1205f708b00ef30b810ea10905bf511bbfff142a Mon Sep 17 00:00:00 2001 From: Aniruddha Shriwant Date: Mon, 4 Nov 2024 04:50:36 +0530 Subject: [PATCH] test --- src/main.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.ts b/src/main.ts index 1149217f4f..4f59d8f9c0 100644 --- a/src/main.ts +++ b/src/main.ts @@ -40,6 +40,7 @@ Sentry.init({ release: 'please-replace-your-git-commit-version', ignoreErrors: ['Non-Error exception captured', 'Non-Error promise rejection captured'], beforeSend(event) { + console.log('Logging: please-replace-your-git-commit-version'); cleanHttpExceptionUrlsForSentryGrouping(event); return event; },