Skip to main content

sentry__module__key

Function sentry__module__key 

Source
pub fn sentry__module__key(value: &str) -> String
Expand 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");