Skip to content

Commit bd324af

Browse files
AbhiPrasadmydea
andauthored
Update MIGRATION.md
Co-authored-by: Francesco Gringl-Novy <[email protected]>
1 parent 77443b3 commit bd324af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MIGRATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ These docs walk through how to migrate our JavaScript SDKs through different maj
1414
The `logger` export from `@sentry/core` has been deprecated in favor of the `debug` export. `debug` only exposes `log`, `warn`, and `error` methods but is otherwise identical to `logger`.
1515

1616
```js
17-
import { logger } from '@sentry/core';
17+
import { logger, debug } from '@sentry/core';
1818

1919
// before
2020
logger.info('This is an info message');

0 commit comments

Comments
 (0)