Skip to content

Commit 44c3ac0

Browse files
Update docs/platforms/javascript/common/migration/v9-to-v10.mdx
Co-authored-by: Abhijeet Prasad <[email protected]>
1 parent 2dbf9b1 commit 44c3ac0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/platforms/javascript/common/migration/v9-to-v10.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ The changes outlined in this section detail deprecated APIs that are now removed
6161

6262
- `BaseClient` was removed, use `Client` as a direct replacement.
6363
- `hasTracingEnabled` was removed, use `hasSpansEnabled` as a direct replacement.
64-
- `logger` and type `Logger` were removed, use `debug` and type `SentryDebugLogger` instead.
64+
- The internal `logger` and type `Logger` exports in `@sentry/core` were removed, use `debug` and type `SentryDebugLogger` instead. This does not affect the `logger` export used for [Sentry Logging](https://docs.sentry.io/product/explore/logs/getting-started/)
6565
- The `_experiments.enableLogs` and `_experiments.beforeSendLog` options were removed, use the top-level `enableLogs` and `beforeSendLog` options instead.
6666

6767
```js

0 commit comments

Comments
 (0)