Function sentry_contrib_native::remove_context[][src]

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

Removes the context object with the specified key.

Examples

set_context("test context", vec![("type", "os"), ("name", "Redox")]);
remove_context("test context");