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?