You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+28Lines changed: 28 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,34 @@
2
2
3
3
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
Check [UPGRADE.md](UPGRADE.md#v2-to-v3) for more information on how to upgrade.
8
+
9
+
### ⚠ BREAKING CHANGES
10
+
11
+
* Restructure options and describe upgrade process ([e1db20e](https://github.com/DiederikvandenB/apollo-link-sentry/commit/e1db20ea6aaef73062e5f497055026c3fc514e92))
12
+
* Use native `ApolloOperation` instead of our own `Operation` type ([370b9b5](https://github.com/DiederikvandenB/apollo-link-sentry/commit/370b9b56974d4dc6935e1e0fba97dbb7d4257156))
13
+
* Replace `OperationBreadcrumb` class with plain `GraphQLBreadcrumb` object ([036b746](https://github.com/DiederikvandenB/apollo-link-sentry/commit/036b746e8b0800bfa3243612cccb9c6cc19412d9))
14
+
* Rename `response` key in breadcrumbs to `fetchResult`
15
+
16
+
### Features
17
+
18
+
* Change breadcrumb type to `http`
19
+
* Add `operationName` key to breadcrumbs
20
+
* Allow specifying `uri` to add `url` key to breadcrumbs
21
+
22
+
### Fix
23
+
24
+
* Handle queries without operation name gracefully
25
+
* Indicate if errors occurred by setting the breadcrumb level
* Update tooling and dev dependencies ([79b6be6](https://github.com/DiederikvandenB/apollo-link-sentry/commit/79b6be6c01c587392751215f859a567fcaf89bd4))
0 commit comments