Function sentry_contrib_native::remove_extra
source · [−]Expand description
Removes the extra with the specified key
.
Examples
set_extra("extra stuff", "stuff");
remove_extra("extra stuff");
Removes the extra with the specified key
.
set_extra("extra stuff", "stuff");
remove_extra("extra stuff");