flutter_sentry 0.3.0 copy "flutter_sentry: ^0.3.0" to clipboard
flutter_sentry: ^0.3.0 copied to clipboard

discontinued
outdated

Sentry.io error reporting plugin for Flutter, offering tight integration with Flutter and native code.

0.3.0 #

  • Add timezone and screen dimensions to report.
  • Do not require FlutterSentry.wrap<T>() template parameter T to be a Future.
  • Intercept print() via ZoneSpecification instead of overriding debugPrint() which is only a wrapper around print().
  • Add userContext on FlutterSentry.instance which allows setting custom context. It does not propagate to platform code (yet), so fatal exceptions will still lack this data.
  • Try to get most recent device parameters (such as screen size) at the time of reporting an error, and fall back to the values fetched at initialize().
  • Use FlutterSentry.instance.breadcrumbs as a breadcrumb tracker for navigator observer, if unspecified.
  • Add "app" context (including app name and version) to events reported via captureException().
  • Add "os" context to events reported via captureException().
  • Detect "driver" environment for flutter_driver.

0.2.1 #

  • Update README with new flutter_sentry version.
  • Filter package:flutter stack trace frames by default.
  • Remove the use of deprecated method getFlutterEngine.

0.2.0 #

  • Intercept debugPrint() in wrap() and add the message to breadcrumbs for the next event to upload.
  • Enable environment attributes in Dart exceptions.

0.1.0 #

  • Remove pubspec.lock from version control.
  • Add FlutterSentry.breadcrumbs tracker to save a limited number of most recent breadcrumbs, which will be sent to Sentry.io with the next error report.
  • Add FlutterSentryNavigatorObserver allowing to track navigation events in application.
  • Send device information to Sentry.io when reporting an event.

0.0.2 #

  • Add initilize method with dsn to init SentryClient.
  • Make FlutterSentry a Singleton.

0.0.1+2 #

  • Update examples in README.
  • Update plugin description.
  • Add API documentation.

0.0.1+1 #

  • Add badges to README.

0.0.1 #

  • Initial release.
15
likes
0
pub points
0%
popularity

Publisher

verified publisherfutureware.dev

Sentry.io error reporting plugin for Flutter, offering tight integration with Flutter and native code.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

device_info, flutter, package_info, sentry

More

Packages that depend on flutter_sentry