pub const SENTRY__MESSAGE__PARAMETER__KEY: &str = "sentry.message.parameter.<key>";Expand description
A parameter used in the message template. <key> can either be the number that represent the parameter’s position in the template string (sentry.message.parameter.0, sentry.message.parameter.1, etc) or the parameter’s name (sentry.message.parameter.item_id, sentry.message.parameter.user_id, etc).
- PII: Maybe
- Rewriting behavior: None