File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ changes!
14
14
15
15
Instead of an ` transactionContext ` being passed to the ` tracesSampler ` callback, the callback will directly receive
16
16
` 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
18
+ attributes may only be set later during the span lifecycle (and thus not be available during sampling).
19
19
20
20
## Deprecate using ` getClient() ` to check if the SDK was initialized
21
21
You can’t perform that action at this time.
0 commit comments