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.