From f0b5ef5b40da9202ca02a8792b0bbe4630542743 Mon Sep 17 00:00:00 2001 From: Abhijeet Prasad Date: Tue, 29 Mar 2022 21:01:28 -0400 Subject: [PATCH] meta: Update CHANGELOG for 6.19.3 (#4822) --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0473a0f4ed7f..438cd231b351 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ - "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott +## 6.19.3 + +- feat(browser): Add new v7 Fetch Transport ([#4765](https://github.com/getsentry/sentry-javascript/pull/4765)) +- feat(browser): Add new v7 XHR Transport ([#4803](https://github.com/getsentry/sentry-javascript/pull/4803)) +- fix(core): Use correct version of event when tagging normalization ([#4780](https://github.com/getsentry/sentry-javascript/pull/4780)) +- fix(core): Stop mangling _experiments ([#4807](https://github.com/getsentry/sentry-javascript/pull/4807)) +- feat(node): Add new v7 http/s Transports ([#4781](https://github.com/getsentry/sentry-javascript/pull/4781)) + ## 6.19.2 - feat(core): Add new transports to base backend ([#4752](https://github.com/getsentry/sentry-javascript/pull/4752))