Skip to content
New issue

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

Capture Minidumps from Windows players #94

Closed
bruno-garcia opened this issue Mar 29, 2021 · 2 comments
Closed

Capture Minidumps from Windows players #94

bruno-garcia opened this issue Mar 29, 2021 · 2 comments
Labels
Feature New feature or request Platform: Windows
Milestone

Comments

@bruno-garcia
Copy link
Member

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.

@bruno-garcia bruno-garcia added this to the Desktop milestone Mar 29, 2021
@LukasKastern
Copy link
Contributor

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.

@bruno-garcia
Copy link
Member Author

I believe the SDk already captures minidump after #380 and we're just missing some extra features like symbol upload:

See #527

Repository owner moved this from Needs Discussion to Done in Mobile & Cross Platform SDK Feb 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature New feature or request Platform: Windows
Projects
Archived in project
Development

No branches or pull requests

3 participants