Skip to content

Releases: DiederikvandenB/apollo-link-sentry

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)

v1.2.0

16 Mar 09:13
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.0 (2020-03-16)

Chores

  • deps: [security] bump acorn from 6.4.0 to 6.4.1 (#29) (463218c)
  • drops release-it dependency (4e69a4e)
  • deps: bump @sentry/types from 5.14.1 to 5.14.2 (#30) (2ebfed8)
  • deps-dev: bump typescript from 3.8.2 to 3.8.3 (#16) (e74be6b)

v1.1.1

01 Mar 15:42
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.1.1 (2020-03-01)

Bug fixes

  • allows reading data from OperationBreadcrumb (#13) (253d74b)

Chores

  • deps: bump @sentry/browser from 5.12.4 to 5.12.5 (#12) (776d21c)

v1.1.0

26 Feb 20:14
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.1.0 (2020-02-26)

⚠ BREAKING CHANGES

  • rename class and methods in OperationBreadcrumb.ts (#11)

Features

  • allow adding keys from the context to the breadcrumb (#7) (15ea217)
  • allows altering breadcrumb with beforeBreadcrumb (8b101e9)
  • provides callback for filtering operations (a330abd)

Documentation

  • adds section on beforeBreadcrumb (1923195)
  • adds section on filter option (0a0e6ce)

Refactor

  • rename class and methods in OperationBreadcrumb.ts (#11) (72b6b67)

v1.0.0

25 Feb 18:43
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.0.0 (2020-02-25)

Features

  • add setFingerprint and setTransaction methods (be8535d)
  • allow disabling attaching a breadcrumb (2ba8188)
  • show console message when a breadcrumb is flushed multiple times (5b06a99)

Chores

  • add LICENSE (54ceadf)
  • improves jest reporter (dd56299)
  • initial commit (68e12b8)
  • prepares for release (ffd4e37)
  • deps: bump @sentry/browser from 5.12.1 to 5.12.4 (457cefc)
  • deps: bump @sentry/browser from 5.12.1 to 5.12.4 (d7a0d6c)

Documentation

  • add return types for Operation.ts (5868bc1)
  • add screenshots (119f068)
  • add types to doc blocks (5be4628)
  • adds section on compatibility (a8d6272)
  • adds section on size limits & GDPR (f0985dd)
  • updates defaultOptions (8dcf68c)