Skip to content

Take user feedback and/or consent before submitting crash report on Windows, macOS and Linux

License

Notifications You must be signed in to change notification settings

getsentry/sentry-desktop-crash-reporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sentry

Sentry Desktop Crash Reporter

CI codecov

A reference implementation of an external crash reporter for desktop applications using the Sentry Native SDK.

Screenshots

Features

  • User Consent: Gives the user explicit control over whether their crash data is sent.
  • User Feedback: Allows users to add comments to the crash report.
  • Crash Information: Displays crash details from the minidump.
  • Cross-Platform: Works on Windows, macOS, and Linux thanks to .NET and the Uno Platform.

Usage

sentry_options_t *options = sentry_options_new();
sentry_options_set_external_crash_reporter_path(options, "/path/to/Sentry.CrashReporter");
/* ... */
sentry_init(options);

About

Take user feedback and/or consent before submitting crash report on Windows, macOS and Linux

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Contributors 4

  •  
  •  
  •  
  •  

Languages