Function sentry_contrib_native::remove_tag[][src]

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

Removes the tag with the specified key.

Examples

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