Skip to main content

sentry__message__parameter__key

Function sentry__message__parameter__key 

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