Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Aniruddha-Shriwant committed Nov 3, 2024
1 parent 8ca6c10 commit 1205f70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
},
Expand Down

0 comments on commit 1205f70

Please sign in to comment.