oncall_error_tracking 0.1.2 copy "oncall_error_tracking: ^0.1.2" to clipboard
oncall_error_tracking: ^0.1.2 copied to clipboard

Flutter SDK for error tracking with automatic capture, breadcrumbs, user context, tags, and retries.

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

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
160
points
105
downloads

Documentation

API reference

Publisher

verified publisheroncallteams.com

Weekly Downloads

Flutter SDK for error tracking with automatic capture, breadcrumbs, user context, tags, and retries.

Homepage

Topics

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

License

MIT (license)

Dependencies

flutter, http

More

Packages that depend on oncall_error_tracking