Function sentry_contrib_native::remove_context
source · [−]Expand description
Removes the context object with the specified key.
Examples
set_context("test context", vec![("type", "os"), ("name", "Redox")]);
remove_context("test context");