We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How do you use Sentry? Sentry SaaS (sentry.io) or self-hosted/on-premise (which version?)
Which version of the SDK? 1.8.0
How did you install the package? (Git-URL, Assetstore) Git-URL
Which version of Unity? 2020.3.11f1
Is this happening in Unity (editor) or on a player like Android, iOS, Windows? Windows
Native crash in some win32 thread.
All crashes can be captured.
Crash happened in unity main thread can be captured, but crash that happened in some native win32 thread can't be captured.
There will be a sentry warning log: crashpad WER handler module not found
crashpad WER handler module not found
Copy crashpad_wer.dll and crashpad_handler.exe together into the final output directory.
The text was updated successfully, but these errors were encountered:
Hey @etnlGD, thanks for raising this! We'll see how we can update our build setup to support this.
Sorry, something went wrong.
Are these files not part of the game final build? not sure there's much more we can do other than document that
I don't think the WER handler specifically is.
WER handler
is this a new thing we got from bumping sentry native?
I thought WER wasn't a thing before with crashpad?
No branches or pull requests
Environment
How do you use Sentry?
Sentry SaaS (sentry.io) or self-hosted/on-premise (which version?)
Which version of the SDK?
1.8.0
How did you install the package? (Git-URL, Assetstore)
Git-URL
Which version of Unity?
2020.3.11f1
Is this happening in Unity (editor) or on a player like Android, iOS, Windows?
Windows
Steps to Reproduce
Native crash in some win32 thread.
Expected Result
All crashes can be captured.
Actual Result
Crash happened in unity main thread can be captured, but crash that happened in some native win32 thread can't be captured.
Any logs or screenshots
There will be a sentry warning log:
crashpad WER handler module not found
Solution
Copy crashpad_wer.dll and crashpad_handler.exe together into the final output directory.
The text was updated successfully, but these errors were encountered: