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
This issue will track adding support for Minidumps on Windows builds.
One approach is to bundle sentry-native with a crashpad backend. That would not only add minidump support but the Sentry SDK API so users can add tags and other data to crashes using Sentry's SDK. This project provides Sentry's native SDK bundled in a NuGet package.
sentry-native
crashpad
The text was updated successfully, but these errors were encountered:
I've demonstrated another approach in this sample The sample I linked shows how a .net 5 app can be used to track Unity's crash handler.
That way we can use the dump and logs that unity already generates when the game crashes and forward those to sentry.
Sorry, something went wrong.
I believe the SDk already captures minidump after #380 and we're just missing some extra features like symbol upload:
See #527
No branches or pull requests
This issue will track adding support for Minidumps on Windows builds.
One approach is to bundle
sentry-native
with acrashpad
backend. That would not only add minidump support but the Sentry SDK API so users can add tags and other data to crashes using Sentry's SDK. This project provides Sentry's native SDK bundled in a NuGet package.The text was updated successfully, but these errors were encountered: