sentry_link 9.0.0-alpha.2 copy "sentry_link: ^9.0.0-alpha.2" to clipboard
sentry_link: ^9.0.0-alpha.2 copied to clipboard

Automatic capture of exceptions and GraphQL errors for the gql eco-system, like graphql and ferry

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add sentry_link
copied to clipboard

With Flutter:

 $ flutter pub add sentry_link
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_link: ^9.0.0-alpha.2
copied to clipboard

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

Import it

Now in your Dart code, you can use:

import 'package:sentry_link/sentry_link.dart';
copied to clipboard
12
likes
160
points
7.67k
downloads

Publisher

verified publishersentry.io

Weekly Downloads

2024.09.17 - 2025.04.01

Automatic capture of exceptions and GraphQL errors for the gql eco-system, like graphql and ferry

Homepage
Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (license)

Dependencies

gql, gql_error_link, gql_exec, gql_link, sentry

More

Packages that depend on sentry_link