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 6fc5ba3 commit dea8972Copy full SHA for dea8972
packages/core/src/utils-hoist/logger.ts
@@ -106,7 +106,7 @@ export function enableLogger(): void {
106
if (DEBUG_BUILD) {
107
logger.enable();
108
} else {
109
- // use `console.warn` rather than `logger.warn` since by non-debug bundles have all `logger.x` statements stripped
+ // use `console.warn` rather than `logger.warn` since non-debug bundles have all `logger.x` statements stripped
110
consoleSandbox(() => {
111
// eslint-disable-next-line no-console
112
console.warn('[Sentry] Cannot initialize SDK with `debug` option using a non-debug bundle.');
0 commit comments