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
Copy file name to clipboardExpand all lines: docs/platforms/dart/guides/flutter/migration.mdx
+1-7Lines changed: 1 addition & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,13 +72,7 @@ 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
73
You can disable this feature by setting the `SENTRY_NATIVE_BACKEND` environment variable to "none". e.g `export SENTRY_NATIVE_BACKEND=none`
74
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/).
80
-
81
-
</Alert>
75
+
If you encounter any issues, please refer to the [troubleshooting guide](/platforms/dart/guides/flutter/troubleshooting/#issues-with-native-crashes-on-linux-andor-windows).
This allows cmake to use the correct install command `install(PROGRAMS ..)` instead of `install(FILES ..)` which strips the executable bit.
116
+
74
117
## Zone Mismatch Error on Web
75
118
76
119
By default, the Sentry Flutter SDK creates a custom zone on web for automatic error and breadcrumb tracking. This can lead to zone mismatch errors when your application calls `WidgetsBinding.ensureInitialized()` before initializing Sentry.
0 commit comments