sentry_link 0.4.0 copy "sentry_link: ^0.4.0" to clipboard
sentry_link: ^0.4.0 copied to clipboard

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

0.4.0 #

  • Require Dart 3
  • Update to Sentry v8.0.0

0.3.0 #

  • Proper support for GraphQL in Sentry. Sentry added proper support for GraphQL errors in with #33723 and this library now sends it as per spec.

0.2.1 #

  • fix readme

0.2.0 #

This version contains breaking changes

  • Require Sentry v7
  • Instead of multiple Links, there's now just a single one. See the readme for usage instructions
  • Add exception extractors for unwrapping of nested LinkException
  • Add a filter to remove duplicated http breadcrumbs. See readme for usage instructions

0.1.3 #

  • Added filter for http breadcrumbs.

0.1.2 #

  • Add ability to add breadcrumbs for GraphQL operations

0.1.2 #

  • Update gql dependencies
  • Add inner exceptions for event processor

0.1.0 #

  • Add SentryTracingLink which creates performance traces
  • Add SentryResponseParser, SentryRequestSerializer and sentryResponseDecoder which create spans for (de)serialization operations

0.0.3 #

  • Fix an invalid usage of Sentry's context
  • Add event processor for nested LinkExceptions

0.0.2 #

  • Update dependencies and add some docs

0.0.1 #

  • Initial version.
8
likes
130
pub points
78%
popularity

Publisher

verified publisheruekoetter.dev

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

gql, gql_error_link, gql_exec, gql_link, sentry

More

Packages that depend on sentry_link