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

Support native crash reporting for Windows #896

Open
5 tasks
bruno-garcia opened this issue Jun 24, 2022 · 1 comment
Open
5 tasks

Support native crash reporting for Windows #896

bruno-garcia opened this issue Jun 24, 2022 · 1 comment

Comments

@bruno-garcia
Copy link
Member

bruno-garcia commented Jun 24, 2022

Sentry SDK for Flutter supports Windows since it's preview versions: #407
Since then, Flutter has made Windows support GA: https://medium.com/flutter/announcing-flutter-for-windows-6979d0d01fed

But it does not capture a native crash. The goal is to use sentry-native with the crashpad backend to capture minidumps on Windows.

This was recently done on the Unity SDK:

This tracking issue contains the items we would consider when adding support to Flutter. Including:

  • Offline caching on by default
  • Crash free rate to rely on the native layer (ask native: did I crash last run?)
  • Scope sync so data set to the SDK in Dart, shows up in native crashes
  • Make sure we can bundle crashpad_handler.exe with the final app
  • Upload symbols automatically during build. (might require changes to: https://github.com/getsentry/sentry-dart-plugin)

Related:

@marandaneto
Copy link
Contributor

Consider this issue when tackling this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Needs Review
Development

No branches or pull requests

3 participants