Skip to content

Commit 800663a

Browse files
authored
fix(globalconfig): Rename option spans-ignore-trace-id-partitioning (#4716)
The '.projects' part was an oversight. #skip-changelog
1 parent d7349e2 commit 800663a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

relay-dynamic-config/src/global.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ pub struct Options {
231231
/// it (performance issue, etc). As of 2025-05-06, the span buffer is not yet rolled out to
232232
/// most regions though.
233233
#[serde(
234-
rename = "relay.spans-ignore-trace-id-partitioning.projects",
234+
rename = "relay.spans-ignore-trace-id-partitioning",
235235
skip_serializing_if = "is_default"
236236
)]
237237
pub spans_ignore_trace_id_partitioning: bool,

0 commit comments

Comments
 (0)