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: MIGRATION.md
+21Lines changed: 21 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,27 @@ Updates and fixes for version 9 will be published as `SentryNodeServerlessSDKv9`
39
39
-`BaseClient` was removed, use `Client` as a direct replacement.
40
40
-`hasTracingEnabled` was removed, use `hasSpansEnabled` as a direct replacement.
41
41
-`logger` and type `Logger` were removed, use `debug` and type `SentryDebugLogger` instead.
42
+
- The `_experiments.enableLogs` and `_experiments.beforeSendLog` options were removed, use the top-level `enableLogs` and `beforeSendLog` options instead.
0 commit comments