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