You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/platforms/javascript/common/migration/v9-to-v10.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ The changes outlined in this section detail deprecated APIs that are now removed
61
61
62
62
-`BaseClient` was removed, use `Client` as a direct replacement.
63
63
-`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/)
65
65
- The `_experiments.enableLogs` and `_experiments.beforeSendLog` options were removed, use the top-level `enableLogs` and `beforeSendLog` options instead.
0 commit comments