Releases: DiederikvandenB/apollo-link-sentry
v3.0.3
v3.0.1.
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 ownOperation
type (370b9b5) - Replace
OperationBreadcrumb
class with plainGraphQLBreadcrumb
object (036b746) - Rename
response
key in breadcrumbs tofetchResult
Features
- Change breadcrumb type to
http
- Add
operationName
key to breadcrumbs - Allow specifying
uri
to addurl
key to breadcrumbs
Fix
- Handle queries without operation name gracefully
- Indicate if errors occurred by setting the breadcrumb level
Chores
v3.0.0
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 ownOperation
type (370b9b5) - Replace
OperationBreadcrumb
class with plainGraphQLBreadcrumb
object (036b746) - Rename
response
key in breadcrumbs tofetchResult
Features
- Change breadcrumb type to
http
- Add
operationName
key to breadcrumbs - Allow specifying
uri
to addurl
key to breadcrumbs
Fix
- Handle queries without operation name gracefully
- Indicate if errors occurred by setting the breadcrumb level
Chores
v2.1.0
v2.0.2
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
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
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
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
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
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.