You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: develop-docs/sdk/telemetry/traces/dynamic-sampling-context.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ All of the attributes in the table below are required (non-optional) in a sense,
50
50
51
51
At the moment, only `release`, `environment` and `transaction` are used by the product for dynamic sampling functionality.
52
52
The rest of the context attributes, `trace_id`, `public_key`, `sampled` and `sample_rate`, are used by Relay for internal decisions and for extrapolation in the product.
53
-
Additional entries such as `replay_id`, `org` and `sample_rand` are only using the DSC as a means of transport.
53
+
Additional entries such as `replay_id`, `org_id` and `sample_rand` are only using the DSC as a means of transport.
54
54
55
55
| Attribute | Type | Description | Example | Required Level |
@@ -62,7 +62,7 @@ Additional entries such as `replay_id`, `org` and `sample_rand` are only using t
62
62
|`release`| string | The release name as specified in client options. |`[email protected]`, `1.2.3`, `2025.4.107`| required |
63
63
|`environment`| string | The environment name as specified in client options. |`production`, `staging`| required |
64
64
|`transaction`| string | The transaction name set on the scope. **Only include** if name has [good quality](#note-on-good-quality-transaction-names). |`/login`, `myApp.myController.login`| required (if known and good quality) |
65
-
|`org`| string | The org ID parsed from the DSN or received by a downstream SDK. |`1`| required |
65
+
|`org_id`| string | The org ID parsed from the DSN or received by a downstream SDK. |`1`| required |
66
66
|`user_segment`[DEPRECATED]| string | User segment as set by the user with `scope.set_user()`. || deprecated |
67
67
68
68
0: In any case, `trace_id`, `public_key`, and `sample_rate` should always be known to an SDK, so these values are strictly required.
0 commit comments