- Metadata updates
- Fix various pub score issues
- 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
- Require Dart 3
- Update to Sentry v8.0.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.
- fix readme
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
- Added filter for http breadcrumbs.
- Add ability to add breadcrumbs for GraphQL operations
- Update
gql
dependencies - Add inner exceptions for event processor
- Add
SentryTracingLink
which creates performance traces - Add
SentryResponseParser
,SentryRequestSerializer
andsentryResponseDecoder
which create spans for (de)serialization operations
- Fix an invalid usage of Sentry's context
- Add event processor for nested LinkExceptions
- Update dependencies and add some docs
- Initial version.