pub fn sentry__message__parameter__key(value: &str) -> StringExpand description
Instantiates the <key> placeholder in the attribute
SENTRY__MESSAGE__PARAMETER__KEY (sentry.message.parameter.<key>) with a concrete value.
ยงExample
use relay_conventions::interpolate::sentry__message__parameter__key;
assert_eq!(sentry__message__parameter__key("foobar"), "sentry.message.parameter.foobar");