You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently using the before-send callback under Linux to do my own crash post-processing, but this before_send callback does not fire under Windows.
The text was updated successfully, but these errors were encountered:
This is a known issue, as on windows we use crashpad which is out-of-process, and does its own sending, which is independent of our whole transport mechanism.
We would need to do more research into figuring out how to actually send everything through our own infrastructure on next startup. But its not really high priority ATM.
Considering that we now merged the breakpad and inproc backend for windows, I was trying it out now, without avail.
So I tried on Linux, which also doesn't work.
OS: Windows 10, Version 1809
CMake: 3.17.2
Compiler: MSVC 2019, 16.6.2
Backend: crashpad, inproc
Commit: e966dd1
I'm currently using the before-send callback under Linux to do my own crash post-processing, but this
before_send
callback does not fire under Windows.The text was updated successfully, but these errors were encountered: