From e5fdf1dfcbd2d13623db2ad175465e9f6e2f7bfa Mon Sep 17 00:00:00 2001 From: Abhijeet Prasad Date: Mon, 10 Oct 2022 13:06:55 +0200 Subject: [PATCH 1/3] meta: CHANGELOG for 7.15.0 --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 729d828199dc..9fac29b03fed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,21 @@ - "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott +## 7.15.0 + +This release deprecates `@sentry/hub` and all of it's exports. All of the `@sentry/hub` exports have moved to `@sentry/core`. `@sentry/hub` will be removed in the next major release. + +- feat(ember): Add ember-engine-router support (#5905) +- feat(nextjs): Enable `autoInstrumentServerFunctions` per default (#5919) +- feat(tracing): Make BrowserTracing heartbeat interval configurable (#5867) +- fix(remix): Rework dynamic imports of `react-router-dom` (#5897) +- fix(node): Remove Cookie header from requestdata.headers if cookies should not be sent to Sentry (#5898) +- fix(utils): accept DSN URLs with empty password (#5902) +- fix(vue): Finish spans in component tracking before starting new ones for same operation (#5918) +- ref(hub): Move `@sentry/hub` code to `@sentry/core` (#5823) + +Work in this release contributed by @outsideris and @JonasKruckenberg. Thank you for your contributions! + ## 7.14.2 - fix(ember): Align span operations to new operations (#5883) From 52854c783e2ad8a690b3ad9d21003aafc9f90c58 Mon Sep 17 00:00:00 2001 From: Abhijeet Prasad Date: Mon, 10 Oct 2022 13:12:40 +0200 Subject: [PATCH 2/3] Update CHANGELOG.md Co-authored-by: Lukas Stracke --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fac29b03fed..88d462e03425 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,8 +11,8 @@ This release deprecates `@sentry/hub` and all of it's exports. All of the `@sent - feat(ember): Add ember-engine-router support (#5905) - feat(nextjs): Enable `autoInstrumentServerFunctions` per default (#5919) - feat(tracing): Make BrowserTracing heartbeat interval configurable (#5867) -- fix(remix): Rework dynamic imports of `react-router-dom` (#5897) - fix(node): Remove Cookie header from requestdata.headers if cookies should not be sent to Sentry (#5898) +- fix(remix): Rework dynamic imports of `react-router-dom` (#5897) - fix(utils): accept DSN URLs with empty password (#5902) - fix(vue): Finish spans in component tracking before starting new ones for same operation (#5918) - ref(hub): Move `@sentry/hub` code to `@sentry/core` (#5823) From e2ec9adf93718643eb713d44e6d1aee950e57091 Mon Sep 17 00:00:00 2001 From: Abhijeet Prasad Date: Mon, 10 Oct 2022 13:13:34 +0200 Subject: [PATCH 3/3] Update CHANGELOG.md Co-authored-by: Luca Forstner --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88d462e03425..aff0224d244b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ This release deprecates `@sentry/hub` and all of it's exports. All of the `@sent - feat(tracing): Make BrowserTracing heartbeat interval configurable (#5867) - fix(node): Remove Cookie header from requestdata.headers if cookies should not be sent to Sentry (#5898) - fix(remix): Rework dynamic imports of `react-router-dom` (#5897) -- fix(utils): accept DSN URLs with empty password (#5902) +- fix(utils): Accept DSN URLs with empty password (#5902) - fix(vue): Finish spans in component tracking before starting new ones for same operation (#5918) - ref(hub): Move `@sentry/hub` code to `@sentry/core` (#5823)