We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7349e2 commit 800663aCopy full SHA for 800663a
relay-dynamic-config/src/global.rs
@@ -231,7 +231,7 @@ pub struct Options {
231
/// it (performance issue, etc). As of 2025-05-06, the span buffer is not yet rolled out to
232
/// most regions though.
233
#[serde(
234
- rename = "relay.spans-ignore-trace-id-partitioning.projects",
+ rename = "relay.spans-ignore-trace-id-partitioning",
235
skip_serializing_if = "is_default"
236
)]
237
pub spans_ignore_trace_id_partitioning: bool,
0 commit comments