getsentry / getsentry/sentry-dart
Support for crash free rate for pure Dart apps (other than Flutter)
Open
Dart
Errors
Improvement
- Dominant language
- Dart
- Stars
- 873
- Forks
- 299
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 30
Description
Sentry for Dart currently does not support session data used for crash free rate. (note this is NOT about session replay)
On Flutter for iOS, Android and macOS this is not necessarily a problem as the underlying SDK supports it. However that does mean, that there's no support for sessions on web, Windows and Linux.
The relevant documentation is here: https://develop.sentry.dev/sdk/sessions/
Contributor guide
Assessment
This issue has not been assessed yet.