We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef18cc7 commit adf2a76Copy full SHA for adf2a76
MIGRATION.md
@@ -8,6 +8,13 @@ npx @sentry/migr8@latest
8
9
This will let you select which updates to run, and automatically update your code. Make sure to still review all code changes!
10
11
+## Deprecated fields on `Span` and `Transaction`
12
+
13
+In v8, the Span class is heavily reworked. The following properties & methods are thus deprecated:
14
15
+* `span.toContext()`: Access the fields directly instead.
16
+* `span.updateWithContext(newSpanContext)`: Update the fields directly instead.
17
18
## Deprecate `pushScope` & `popScope` in favor of `withScope`
19
20
Instead of manually pushing/popping a scope, you should use `Sentry.withScope(callback: (scope: Scope))` instead.
0 commit comments