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 7515084 commit d0e114dCopy full SHA for d0e114d
includes/migration/javascript-v8/v7-deprecation/general.mdx
@@ -161,12 +161,6 @@ _Deprecation introduced in `7.93.0`._
161
Instead, you can get the currently active span via `Sentry.getActiveSpan()`. Setting a span on the scope happens
162
automatically when you use the new performance APIs `startSpan()` and `startSpanManual()`.
163
164
-### Deprecate `scope.setTransactionName()`
165
-
166
-_Deprecation introduced in `7.93.0`._
167
168
-Instead, either set this as attributes or tags, or use an event processor to set `event.transaction`.
169
170
### Deprecate `scope.getTransaction()` and `getActiveTransaction()`
171
172
_Deprecation introduced in `7.93.0`._
0 commit comments