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
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:
crashpad_handler.exe
Related:
split-debug-info
The text was updated successfully, but these errors were encountered:
Consider this issue when tackling this.
Sorry, something went wrong.
No branches or pull requests
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:
crashpad_handler.exe
with the final appRelated:
split-debug-info
for Flutter Desktop (Linux and Windows) #433The text was updated successfully, but these errors were encountered: