[][src]Function sentry_contrib_native::remove_tag

pub fn remove_tag<S: Into<String>>(key: S)

Removes the tag with the specified key.

Panics

Panics if key contains any null bytes.

Examples

set_tag("test tag", "test");
remove_tag("test tag");