Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions includes/migration/javascript-v8/v7-deprecation/general.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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`._
Expand Down