Skip to content

Commit d97f932

Browse files
authored
docs(dsc): Rename org to org_id (#13704)
## DESCRIBE YOUR PR Related to #13688 ## IS YOUR CHANGE URGENT? Help us prioritize incoming PRs by letting us know when the change needs to go live. - [ ] Urgent deadline (GA date, etc.): <!-- ENTER DATE HERE --> - [ ] Other deadline: <!-- ENTER DATE HERE --> - [ ] None: Not urgent, can wait up to 1 week+ ## SLA - Teamwork makes the dream work, so please add a reviewer to your PRs. - Please give the docs team up to 1 week to review your PR unless you've added an urgent due date to it. Thanks in advance for your help! ## PRE-MERGE CHECKLIST *Make sure you've checked the following before merging your changes:* - [ ] Checked Vercel preview for correctness, including links - [ ] PR was reviewed and approved by any necessary SMEs (subject matter experts) - [ ] PR was reviewed and approved by a member of the [Sentry docs team](https://github.com/orgs/getsentry/teams/docs)
1 parent a07a841 commit d97f932

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. | `myapp@1.2.3`, `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)