From b6f3a0be1cd21eab7551e5983fd045cdea7c6a59 Mon Sep 17 00:00:00 2001 From: Abhijeet Prasad Date: Mon, 14 Feb 2022 22:05:52 -0500 Subject: [PATCH] meta: 6.17.8 changelog entry (#4573) --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3610e554ff38..6415fde4e478 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ - "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott +## 6.17.8 + +- feat(types): Add Envelope types ([#4527](https://github.com/getsentry/sentry-javascript/pull/4527)) +- fix(build): Remove node code from CDN bundles ([#4548](https://github.com/getsentry/sentry-javascript/pull/4548)) +- fix(build): Prevent unused utils code in integration bundles ([#4547](https://github.com/getsentry/sentry-javascript/pull/4547)) +- fix(tracing): Export BrowserTracing directly in CDN bundle ([#4570](https://github.com/getsentry/sentry-javascript/pull/4570)) +- fix(utils): Use apply in console instrumentation ([#4568](https://github.com/getsentry/sentry-javascript/pull/4568)) +- ref(core): Log `normalizeDepth` when normalization is skipped([#4574](https://github.com/getsentry/sentry-javascript/pull/4574)) + +Work in this release contributed by @mydea. Thank you for your contribution! + ## 6.17.7 - fix(utils): Make new non-enumerable properties mutable ([#4528](https://github.com/getsentry/sentry-javascript/pull/4528))