rollbar / rollbar-flutter

Rollbar for Dart and Flutter
https://docs.rollbar.com/docs/flutter
MIT License
21 stars 27 forks source link

Auto-collect extended Flutter Diagnostics as telemetry. #75

Closed matux closed 2 years ago

matux commented 2 years ago

Description of the change

When Flutter catches an error, it may provide more detailed information about what led up to the error.

We auto-collect this information as Telemetry breadcrumbs.

This PR also prevents silenced errors from being reported.

Type of change

Related issues

Shortcut stories and GitHub issues (delete irrelevant)

Checklists

Development

Code review