Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rollbar/rollbar-flutter
Rollbar for Dart and Flutter
https://github.com/rollbar/rollbar-flutter
android dart error-monitoring error-reporting flutter ios observability rollbar
Last synced: 2 days ago
JSON representation
Rollbar for Dart and Flutter
- Host: GitHub
- URL: https://github.com/rollbar/rollbar-flutter
- Owner: rollbar
- License: mit
- Created: 2021-06-17T16:44:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-11T15:52:26.000Z (4 months ago)
- Last Synced: 2024-10-30T21:42:42.578Z (9 days ago)
- Topics: android, dart, error-monitoring, error-reporting, flutter, ios, observability, rollbar
- Language: Dart
- Homepage: https://docs.rollbar.com/docs/flutter
- Size: 777 KB
- Stars: 21
- Watchers: 21
- Forks: 29
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Rollbar Dart Monorepo
Proactively discover, predict, and resolve errors in real-time with Rollbar’s error monitoring platform. Start tracking errors today!---
Attention:
As of April 2024, Rollbar will not be actively updating this repository and plans to archive it. We encourage our community to fork this repo if you wish to continue its development. While Rollbar will no longer be engaging in active development, we remain committed to reviewing and merging pull requests, particularly those about security updates. If an actively maintained fork emerges, please let us know, and we will gladly link to it from our documentation.
This repository contains the `rollbar_dart` package and the `rollbar_flutter` plugin.
For `rollbar-dart`, see its [README](rollbar_dart/README.md).
For `rollbar-flutter`, see its [README](rollbar_flutter/README.md).
## `rollbar-dart` `rollbar-flutter` are currently in Beta. We are looking for beta-testers and feedback
## Key benefits of using Rollbar for Dart are:
- **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.## Documentation
For complete usage instructions and configuration reference, see our [`rollbar-dart` and `rollbar-flutter` SDK docs](https://docs.rollbar.com/docs/flutter).
## Release History & Changelog
See our [Releases](https://github.com/rollbar/rollbar-flutter/releases) page for a list of all releases and changes.
## Help / Support
If you run into any issues, please email us at [[email protected]](mailto:[email protected]).
For bug reports, please open an issue on [GitHub](https://github.com/rollbar/rollbar-flutter/issues/new).
## Contributing
1. Fork the repository
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Run tests and static analysis (`build_tools/check.sh`)
6. If all the checks pass, create new Pull Request## Publishing packages
The official packages are published as [`rollbar_dart`](https://pub.dev/packages/rollbar_dart) and [`rollbar_flutter`](https://pub.dev/packages/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.:
```sh
./build_tools/publish.sh rollbar_dart
./build_tools/publish.sh rollbar_flutter
```## License
`rollbar-dart` and `rollbar-flutter` are free software released under the MIT License. See [LICENSE](./LICENSE) for details.