Get minidump from crash #1018
kristjanvalur
started this conversation in
General
Replies: 1 comment
-
You can get the associated minidumps if you enable them in the WebUI via: Project Settings -> Processing -> Security & Privacy -> Store Native Crash Reports "Unlimited" means that any event will provide you with a minidump in the attachment section. You can download it and load it into WinDbg or the VS Debugger. Also have a look at the docs here: https://docs.sentry.io/platforms/native/enriching-events/attachments/#enabling-crash-report-storage |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, we have been using this library for our game. We are currently using the "breakpad" backend on windows and we do get crashes, but it would be useful, for the context of debug, to be able to access the associated minidumps. Is this possible at all? Are we missing something?
Beta Was this translation helpful? Give feedback.
All reactions