From 7e342c6ed3bc297ab935ee03512c7cde640757eb Mon Sep 17 00:00:00 2001 From: Abhijeet Prasad Date: Wed, 10 Jul 2024 17:55:18 -0400 Subject: [PATCH] feat(js): Remove setTransactionName migration from js sdk docs --- includes/migration/javascript-v8/v7-deprecation/general.mdx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/includes/migration/javascript-v8/v7-deprecation/general.mdx b/includes/migration/javascript-v8/v7-deprecation/general.mdx index 8236beedfd6e1c..fe71c674fb2640 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`._