You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Native crash handling is now enabled by default for Flutter Desktop.
72
72
Windows ARM64 uses [breakpad](https://chromium.googlesource.com/breakpad/breakpad) and all other desktop platforms use [crashpad](https://chromium.googlesource.com/crashpad/crashpad).
73
-
You can disable this feature by setting the `SENTRY_NATIVE_BACKEND` environment variable to an empty string.
73
+
You can disable this feature by setting the `SENTRY_NATIVE_BACKEND` environment variable to "none". e.g `export SENTRY_NATIVE_BACKEND=none`
74
+
75
+
<Alert>
76
+
77
+
On Linux, compiling your Flutter Desktop app with the crashpad backend can fail if your clang toolchain is out of date.
78
+
- Update your clang to the latest version, then try again.
79
+
- If you still encounter errors, please file an issue on our [Sentry Dart GitHub repository](https://github.com/getsentry/sentry-dart/issues/).
0 commit comments