Skip to content

Commit 52f3343

Browse files
committed
Cleanup
1 parent 2f00a67 commit 52f3343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Additional entries such as `replay_id`, `org` and `sample_rand` are only using t
5757
| `trace_id` | string | The original trace ID as generated by the SDK. This must match the trace id of the submitted transaction item. [1] | `771a43a4192642f0b136d5159a501700` | strictly required [0] |
5858
| `public_key` | string | Public key from the DSN used by the SDK. [2] | `49d0f7386ad645858ae85020e393bef3` | strictly required [0] |
5959
| `sample_rate` | string | The sample rate as defined by the user on the SDK. [3] [4] | `0.7` | strictly required [0] |
60-
| `sample_rand` | string | A truly random number originating from the head of trace SDK. [4] | `0.5` | required |
60+
| `sample_rand` | string | A random number originating from the head of trace SDK. [4] | `0.5` | required |
6161
| `sampled` | string | `"true"` if the trace is sampled, `"false"` otherwise. This is set by the head of the trace. [4] | `true` | required |
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 |

0 commit comments

Comments
 (0)