Skip to content

Commit 53208ef

Browse files
Luca Forstnerandreiborza
andauthored
Update MIGRATION.md
Co-authored-by: Andrei <[email protected]>
1 parent 18fa172 commit 53208ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MIGRATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ The ARN will be published in the [Sentry docs](https://docs.sentry.io/platforms/
9090
While in v8, the passed scope was set active directly on the passed scope, in v9, the scope is cloned. This behavior change does not apply to `@sentry/node` where the scope was already cloned.
9191
This change was made to ensure that the span only remains active within the callback and to align behavior between `@sentry/node` and all other SDKs.
9292
As a result of the change, span hierarchy should be more accurate.
93-
However, modifying the scope (for example, set tags) within the `startSpan` callback behaves a bit differently now.
93+
However, modifying the scope (for example, setting tags) within the `startSpan` callback behaves a bit differently now.
9494

9595
```js
9696
startSpan({ name: 'example', scope: customScope }, () => {

0 commit comments

Comments
 (0)