sentry_link 0.5.2 sentry_link: ^0.5.2 copied to clipboard
Automatic capture of exceptions and GraphQL errors for the gql eco-system, like graphql and ferry
0.5.2 #
- Metadata updates
0.5.1 #
- Fix various pub score issues
0.5.0 #
- Require
gql_exec: ">=0.4.4 <2.0.0"
- Remove newly unused code
- Export a couple extension methods to help converting requests and responses to their Sentry equivalents
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
Link
s, 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
andsentryResponseDecoder
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.