diff --git a/includes/migration/javascript-v8/v7-deprecation/general.mdx b/includes/migration/javascript-v8/v7-deprecation/general.mdx index 8236beedfd6e1..fe71c674fb264 100644 --- a/includes/migration/javascript-v8/v7-deprecation/general.mdx +++ b/includes/migration/javascript-v8/v7-deprecation/general.mdx @@ -161,12 +161,6 @@ _Deprecation introduced in `7.93.0`._ Instead, you can get the currently active span via `Sentry.getActiveSpan()`. Setting a span on the scope happens automatically when you use the new performance APIs `startSpan()` and `startSpanManual()`. -### Deprecate `scope.setTransactionName()` - -_Deprecation introduced in `7.93.0`._ - -Instead, either set this as attributes or tags, or use an event processor to set `event.transaction`. - ### Deprecate `scope.getTransaction()` and `getActiveTransaction()` _Deprecation introduced in `7.93.0`._