Proactively discover, predict, and resolve errors in real-time with Rollbar’s error monitoring platform. Start tracking errors today!
This repository contains the rollbar_dart
package and the rollbar_flutter
plugin.
For rollbar-dart
, see its README.
For rollbar-flutter
, see its README.
- Automatic error grouping: Rollbar aggregates Occurrences caused by the same error into Items that represent application issues. Learn more about reducing log noise.
- Advanced search: Filter items by many different properties. Learn more about search.
- Customizable notifications: Rollbar supports several messaging and incident management tools where your team can get notified about errors and important events by real-time alerts. Learn more about Rollbar notifications.
For complete usage instructions and configuration reference, see our rollbar-dart
and rollbar-flutter
SDK docs.
See our Releases page for a list of all releases and changes.
If you run into any issues, please email us at [email protected].
For bug reports, please open an issue on GitHub.
- Fork the repository
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Run tests and static analysis (
build_tools/check.sh
) - If all the checks pass, create new Pull Request
The official packages are published as rollbar_dart
and rollbar_flutter
.
Publishing is straightforward using pub
, but due to quirks of how ignore files work, the script build_tools/publish.sh
should always be used to make sure only the necessary files are included, and that the right tool versions are used for publishing.
Eg.:
./build_tools/publish.sh rollbar_dart
./build_tools/publish.sh rollbar_flutter
rollbar-dart
and rollbar-flutter
are free software released under the MIT License. See LICENSE for details.