oncall_error_tracking 0.1.1
oncall_error_tracking: ^0.1.1 copied to clipboard
OnCall Error Tracking SDK for Flutter. Capture and report errors with automatic FlutterError hooks, zone-based async catching, navigation breadcrumbs, user context, tags, and retry transport with rate [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add oncall_error_trackingThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
oncall_error_tracking: ^0.1.1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:oncall_error_tracking/oncall_error_tracking.dart';