rollbar_flutter 1.0.0
rollbar_flutter: ^1.0.0 copied to clipboard
Connect your Flutter applications to Rollbar for error reporting.
Changelog #
1.0.0 #
- New feature: Person tracking
- Associate reports to your currently logged in User.
- Users may be set freely, but don't persist in-between application runs.
- Occurrences and items reported on Rollbar will have a User associated with them, allowing to organize and track issues pertaining to specific users.
- We now capture extended Flutter exception and error details which contain extra data and breadcrumbs about UI-related issues.
- Various bug fixes and performance improvements.
0.4.0-beta #
- Updated Example to showcase the new Telemetry feature.
- Fixed an issue where occurrences weren't being persisted by sqlite3, therefore Rollbar reports could be lost after a crash.
0.3.0-beta #
- Simplified API.
- Persistent payloads.
- More efficient usage of multithreading.
- Fully type-safe, null-safe and endowed with immutability.
- Fixed null-related crashes.
- Fixed console logging disappearing when letting Rollbar catch uncaught errors.
- Many more bug fixes.
0.2.0-beta #
- Added null-safety.
0.1.0-beta #
- Initial version of rollbar-flutter.