Hi,
I am using Sentry Native C++ and would like to customize unhandled exceptions using the sentry_options_set_before_send
filter.
Currently in my application the unhandled exceptions that sentry is receiving do not include some exception messages and I would like to add them into the event before the upload takes place.
Thank you.