Skip to content

Commit

Permalink
doc(config): Fix ExtractSpansFromEvent doc typo (#3832)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjq authored Jul 18, 2024
1 parent 89afde6 commit 82401da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relay-dynamic-config/src/feature.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ pub enum Feature {

/// When enabled, spans will be extracted from a transaction.
///
/// Serialized as `projects:indexed-spans-extraction`.
/// Serialized as `organizations:indexed-spans-extraction`.
#[serde(rename = "organizations:indexed-spans-extraction")]
ExtractSpansFromEvent,

Expand Down

0 comments on commit 82401da

Please sign in to comment.