sentry 3.0.0+1 copy "sentry: ^3.0.0+1" to clipboard
sentry: ^3.0.0+1 copied to clipboard

outdated

A crash reporting library for for Dart that sends crash reports to Sentry.io. This library supports Dart VM, and Flutter for mobile, web, and desktop.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add sentry

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  sentry: ^3.0.0+1

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:sentry/sentry.dart';
459
likes
0
pub points
97%
popularity

Publisher

verified publishersentry.io

A crash reporting library for for Dart that sends crash reports to Sentry.io. This library supports Dart VM, and Flutter for mobile, web, and desktop.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

http, meta, pedantic, stack_trace, usage

More

Packages that depend on sentry