We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e40ad79 commit e5774aeCopy full SHA for e5774ae
packages/core/src/sdk.ts
@@ -25,7 +25,7 @@ export function initAndBind<F extends Client, O extends ClientOptions>(
25
// use `console.warn` rather than `debug.warn` since by non-debug bundles have all `debug.x` statements stripped
26
consoleSandbox(() => {
27
// eslint-disable-next-line no-console
28
- console.warn('[Sentry] Cannot initialize SDK with `debug` option using a non-debug bundle.');
+ console.warn('xx [Sentry] Cannot initialize SDK with `debug` option using a non-debug bundle.');
29
});
30
}
31
0 commit comments