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

Make Flutter to non-fatal issues #857

Merged
merged 4 commits into from
Aug 31, 2023
Merged

Conversation

nilsreichardt
Copy link
Member

We marked our Flutter exceptions as fatal issues, which led to a high crash rate in Crashlytics, because Crashlytics thought that all exceptions were crashes. This is not good because now we can't determine which ones are really crashes. However, we need to investigate here because normally Flutter errors should be caught via FlutterError.onError 🤔

@github-actions
Copy link

Visit the preview URL for this PR (updated for commit 0006764):

https://sharezone-test--pr857-flutter-error-non-fa-r1vzvo92.web.app

(expires Sun, 03 Sep 2023 09:59:50 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: 4cb3ae61e1e018abfd9841fd3239f5b49ccc034b

@nilsreichardt nilsreichardt added this pull request to the merge queue Aug 31, 2023
Merged via the queue into main with commit ea8bfa7 Aug 31, 2023
@nilsreichardt nilsreichardt deleted the flutter-error-non-fatal branch August 31, 2023 14:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants