Skip to content

Commit e5774ae

Browse files
committed
make code change to run all tests
1 parent e40ad79 commit e5774ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/sdk.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export function initAndBind<F extends Client, O extends ClientOptions>(
2525
// use `console.warn` rather than `debug.warn` since by non-debug bundles have all `debug.x` statements stripped
2626
consoleSandbox(() => {
2727
// eslint-disable-next-line no-console
28-
console.warn('[Sentry] Cannot initialize SDK with `debug` option using a non-debug bundle.');
28+
console.warn('xx [Sentry] Cannot initialize SDK with `debug` option using a non-debug bundle.');
2929
});
3030
}
3131
}

0 commit comments

Comments
 (0)