[][src]Function sentry_contrib_native::remove_extra

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

Removes the extra with the specified key.

Panics

Panics if key contains any null bytes.

Examples

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