carp-dk / carp-dk/carp_study_app
[EPIC] Crash reporting & global error handling
- Dominant language
- Dart
- Stars
- 10
- Forks
- 5
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 14
Description
A production mHealth app currently has no crash visibility at all: no Sentry/Crashlytics/Firebase anywhere (verified: pubspec.yaml, android/, ios/), and `lib/main.dart:151-166` installs no `FlutterError.onError`, `PlatformDispatcher.onError`, or `runZonedGuarded` — unhandled async errors die silently.
Goal: every crash and unhandled error in release builds is captured with a privacy-safe payload.
**Definition of done:** a forced test crash and a forced async error both appear in the chosen backend from a release build; no PII in events.
Line references are against branch `chore/cams-2.x-upgrade` @ 560a181.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.