Skip to content

Commit e352d7d

Browse files
mydealforst
andcommitted
Update MIGRATION.md
Co-authored-by: Luca Forstner <[email protected]>
1 parent 453a543 commit e352d7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MIGRATION.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ changes!
1414

1515
Instead of an `transactionContext` being passed to the `tracesSampler` callback, the callback will directly receive
1616
`name` and `attributes` going forward. You can use these to make your sampling decisions, while `transactionContext`
17-
will be removed in v8. Note that the `attributes` are only the attributes at transaction creation time, and some
18-
attributes may only be set later (and thus not be available during sampling).
17+
will be removed in v8. Note that the `attributes` are only the attributes at span creation time, and some attributes may
18+
only be set later during the span lifecycle (and thus not be available during sampling).
1919

2020
## Deprecate using `getClient()` to check if the SDK was initialized
2121

0 commit comments

Comments
 (0)