Skip to content

Commit 81fb237

Browse files
authored
docs(dsc): Rename org to org_id
Related to #13688
1 parent 0307d17 commit 81fb237

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

develop-docs/sdk/telemetry/traces/dynamic-sampling-context.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ All of the attributes in the table below are required (non-optional) in a sense,
5050

5151
At the moment, only `release`, `environment` and `transaction` are used by the product for dynamic sampling functionality.
5252
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.
5454

5555
| Attribute | Type | Description | Example | Required Level |
5656
| --------------------------- | ------ | ---------------------------------------------------------------------------------------------------------------------------- | ------------------------------------ | ------------------------------------ |
@@ -62,7 +62,7 @@ Additional entries such as `replay_id`, `org` and `sample_rand` are only using t
6262
| `release` | string | The release name as specified in client options. | `[email protected]`, `1.2.3`, `2025.4.107` | required |
6363
| `environment` | string | The environment name as specified in client options. | `production`, `staging` | required |
6464
| `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 |
6666
| `user_segment` [DEPRECATED] | string | User segment as set by the user with `scope.set_user()`. | | deprecated |
6767

6868
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

Comments
 (0)