oncall_error_tracking 0.1.1 copy "oncall_error_tracking: ^0.1.1" to clipboard
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_tracking

This 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.1

Alternatively, 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';
0
likes
130
points
117
downloads

Documentation

Documentation
API reference

Publisher

verified publisheroncallteams.com

Weekly Downloads

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 limiting.

Homepage
Repository (GitHub)
View/report issues

Topics

#error-tracking #crash-reporting #monitoring #debugging #logging

License

MIT (license)

Dependencies

flutter, http

More

Packages that depend on oncall_error_tracking