Skip to main content

normalize_segment_name

Function normalize_segment_name 

Source
pub fn normalize_segment_name(
    attributes: &mut Annotated<Attributes>,
    tx_name_rules: &[TransactionNameRule],
)
Expand description

Normalize the SENTRY__SEGMENT__NAME attribute (aka the transaction) by running normalize_transaction_name on it.

This exists for parity with the legacy standalone span pipeline.