Skip to content

Commit dea8972

Browse files
mydeaandreiborza
andauthored
Apply suggestions from code review
Co-authored-by: Andrei <168741329+andreiborza@users.noreply.github.com>
1 parent 6fc5ba3 commit dea8972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/utils-hoist/logger.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ export function enableLogger(): void {
106106
if (DEBUG_BUILD) {
107107
logger.enable();
108108
} else {
109-
// use `console.warn` rather than `logger.warn` since by non-debug bundles have all `logger.x` statements stripped
109+
// use `console.warn` rather than `logger.warn` since non-debug bundles have all `logger.x` statements stripped
110110
consoleSandbox(() => {
111111
// eslint-disable-next-line no-console
112112
console.warn('[Sentry] Cannot initialize SDK with `debug` option using a non-debug bundle.');

0 commit comments

Comments
 (0)