Function sentry_contrib_native::remove_extra[][src]

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

Removes the extra with the specified key.

Examples

set_extra("extra stuff", "stuff");
remove_extra("extra stuff");