Skip to content

Releases: DiederikvandenB/apollo-link-sentry

v3.0.3

27 Feb 14:38
Compare
Choose a tag to compare

3.0.3 (2022-02-27)

Bug Fixes

  • display correct name for operations with fragments (#411) (6b759b9)
  • include errors in breadcrumbs starting with the first (0d272ce)
  • include partial GraphQL errors in breadcrumbs (#410) (a3d929d)

Performance Improvements

  • avoid repeated property accesses in SentryLink.ts (#422) (b32e4f5)

v3.0.1.

15 Feb 13:12
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

3.0.1 (2021-02-15)

Chores

  • release with correct artifacts (965483d)

3.0.0 (2021-02-11)

Check UPGRADE.md for more information on how to upgrade.

⚠ BREAKING CHANGES

  • Restructure options and describe upgrade process (e1db20e)
  • Use native ApolloOperation instead of our own Operation type (370b9b5)
  • Replace OperationBreadcrumb class with plain GraphQLBreadcrumb object (036b746)
  • Rename response key in breadcrumbs to fetchResult

Features

  • Change breadcrumb type to http
  • Add operationName key to breadcrumbs
  • Allow specifying uri to add url key to breadcrumbs

Fix

  • Handle queries without operation name gracefully
  • Indicate if errors occurred by setting the breadcrumb level

Chores

  • Clarify peer dependencies (c8b43c3)
  • Update tooling and dev dependencies (79b6be6)
  • Increase type, line and branch coverage

v3.0.0

15 Feb 11:20
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

3.0.0 (2021-02-11)

Check UPGRADE.md for more information on how to upgrade.

⚠ BREAKING CHANGES

  • Restructure options and describe upgrade process (e1db20e)
  • Use native ApolloOperation instead of our own Operation type (370b9b5)
  • Replace OperationBreadcrumb class with plain GraphQLBreadcrumb object (036b746)
  • Rename response key in breadcrumbs to fetchResult

Features

  • Change breadcrumb type to http
  • Add operationName key to breadcrumbs
  • Allow specifying uri to add url key to breadcrumbs

Fix

  • Handle queries without operation name gracefully
  • Indicate if errors occurred by setting the breadcrumb level

Chores

  • Clarify peer dependencies (c8b43c3)
  • Update tooling and dev dependencies (79b6be6)
  • Increase type, line and branch coverage

v2.1.0

04 Feb 15:04
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.1.0 (2021-02-04)

Features

  • add helpers to exclude GraphQL fetch breadcrumbs (#264) (a8fa792)

Chores

  • deps-dev: bump @sentry/browser and @sentry/minimal to v6 (a223504)

v2.0.2

15 Jan 18:53
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.2 (2021-01-15)

  • Updated dependencies, specifically two minor security updates

v2.0.1

12 Oct 20:41
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.1 (2020-10-12)

Chores

  • moves most dependencies to peer-dependencies (94372ef)

2.0.0 (2020-10-12)

⚠ BREAKING CHANGES

  • move to apollo client v3

Features

  • move to apollo client v3 (0afc327)

v2.0.0

12 Oct 20:28
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.0 (2020-10-12)

⚠ BREAKING CHANGES

  • move to apollo client v3

Features

  • move to apollo client v3 (0afc327)

v1.3.1

12 Oct 20:12
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.3.1 (2020-10-12)

Bug fixes

  • update setTransaction to setTransactionName (9bf26db)

v1.3.0

02 May 23:59
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.3.0 (2020-05-02)

Features

v1.2.1

02 Apr 18:10
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.2.1 (2020-04-02)

Chores

  • added more data to package.json (d14b89a)
  • deps: bump @sentry/browser from 5.14.2 to 5.15.4 (#47) (2f09386)
  • deps-dev: bump jest from 25.2.0 to 25.2.4 (#45) (d1dcf96)