Function sentry_contrib_native::remove_tag
source · [−]Expand description
Removes the tag with the specified key.
Examples
set_tag("test-tag", "test");
remove_tag("test-tag");Removes the tag with the specified key.
set_tag("test-tag", "test");
remove_tag("test-tag");