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 880854d commit 561536eCopy full SHA for 561536e
MIGRATION.md
@@ -8,6 +8,12 @@ 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.setName(newName)`: Use `span.updateName(newName)` instead.
16
17
## Deprecate `pushScope` & `popScope` in favor of `withScope`
18
19
Instead of manually pushing/popping a scope, you should use `Sentry.withScope(callback: (scope: Scope))` instead.
0 commit comments