sentry 6.2.2 copy "sentry: ^6.2.2" to clipboard
sentry: ^6.2.2 copied to clipboard

outdated

A crash reporting library for Dart that sends crash reports to Sentry.io. This library supports Dart VM and Web. For Flutter consider sentry_flutter instead.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add sentry
copied to clipboard

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

dependencies:
  sentry: ^6.2.2
copied to clipboard

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';
copied to clipboard
517
likes
0
points
742k
downloads

Publisher

verified publishersentry.io

Weekly Downloads

2024.09.20 - 2025.04.04

A crash reporting library for Dart that sends crash reports to Sentry.io. This library supports Dart VM and Web. For Flutter consider sentry_flutter instead.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

http, meta, stack_trace, uuid

More

Packages that depend on sentry