Skip to content

Commit d0e114d

Browse files
authored
feat(js): Remove setTransactionName migration from js sdk docs (#10642)
1 parent 7515084 commit d0e114d

File tree

1 file changed

+0
-6
lines changed
  • includes/migration/javascript-v8/v7-deprecation

1 file changed

+0
-6
lines changed

includes/migration/javascript-v8/v7-deprecation/general.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -161,12 +161,6 @@ _Deprecation introduced in `7.93.0`._
161161
Instead, you can get the currently active span via `Sentry.getActiveSpan()`. Setting a span on the scope happens
162162
automatically when you use the new performance APIs `startSpan()` and `startSpanManual()`.
163163

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-
170164
### Deprecate `scope.getTransaction()` and `getActiveTransaction()`
171165

172166
_Deprecation introduced in `7.93.0`._

0 commit comments

Comments
 (0)