Hi,
I'm wondering why ExceptionInfo is not passed to before_send_func as a second (hint) argument here:
|
event, NULL, options->before_send_data); |
This could be useful for example to choose a cleanup strategy depending on the exception code when
before_send_func is called.
Is this by design or can be changed?
Hi,
I'm wondering why
ExceptionInfois not passed tobefore_send_funcas a second (hint) argument here:sentry-native/src/backends/sentry_backend_crashpad.cpp
Line 143 in c3b7b07
This could be useful for example to choose a cleanup strategy depending on the exception code when
before_send_funcis called.Is this by design or can be changed?