Skip to content

Commit 1ac4549

Browse files
committed
Merge branch 'timfish/feat/new-anr' of github.com:getsentry/sentry-javascript into timfish/feat/new-anr
2 parents 8443d33 + ad4693a commit 1ac4549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/node-native/src/event-loop-block-watchdog.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ let sentAnrEvents = 0;
3838
function log(...msg: unknown[]): void {
3939
if (debug) {
4040
// eslint-disable-next-line no-console
41-
console.log('[Blocked Watchdog]', ...msg);
41+
console.log('[Sentry Blocked Watchdog]', ...msg);
4242
}
4343
}
4444

0 commit comments

Comments
 (0)