From 480d5d57e210b1dc9396411da402c8dbb13fa51c Mon Sep 17 00:00:00 2001 From: Katie Byers Date: Tue, 1 Feb 2022 10:15:47 -0800 Subject: [PATCH 1/3] update changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fab3d438a45d..547e0bc01012 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.17.4 + +- chore(deps): Bump `@sentry/webpack-plugin` from 1.18.3 to 1.18.4 (#4464) +- fix(browser): Set severity level for events captured by the global error handler (#4460) +- fix(nextjs): Export `BrowserTracing` integration directly (#4480) +- fix(tracing): Export SpanStatus enum (#4478) +- fix(vue): Property _isVue not defined in Vue3 (#4461) + ## 6.17.3 - fix(nextjs): Unwrap `req` and `res` if necessary when instrumenting server (#4467) From eab3d9755f8d4295ac755ed0ef1ac7583b721eaf Mon Sep 17 00:00:00 2001 From: Katie Byers Date: Tue, 1 Feb 2022 15:15:53 -0800 Subject: [PATCH 2/3] add contributors --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 547e0bc01012..3a0555349ef6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,8 @@ - fix(tracing): Export SpanStatus enum (#4478) - fix(vue): Property _isVue not defined in Vue3 (#4461) +Work in this release contributed by @7inspire and @jaeseokk. Thank you for your contributions! + ## 6.17.3 - fix(nextjs): Unwrap `req` and `res` if necessary when instrumenting server (#4467) From f635159aaae3ba2aef53b5211b0a4e8e1963413d Mon Sep 17 00:00:00 2001 From: Katie Byers Date: Wed, 2 Feb 2022 06:39:16 -0800 Subject: [PATCH 3/3] add PR #4487 --- CHANGELOG.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a0555349ef6..164d610c8a48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,11 +8,12 @@ - chore(deps): Bump `@sentry/webpack-plugin` from 1.18.3 to 1.18.4 (#4464) - fix(browser): Set severity level for events captured by the global error handler (#4460) +- fix(integrations): Add default for `ExtraErrorData`'s `depth` option (#4487) - fix(nextjs): Export `BrowserTracing` integration directly (#4480) -- fix(tracing): Export SpanStatus enum (#4478) -- fix(vue): Property _isVue not defined in Vue3 (#4461) +- fix(tracing): Export `SpanStatus` enum (#4478) +- fix(vue): Property `_isVue` not defined in Vue3 (#4461) -Work in this release contributed by @7inspire and @jaeseokk. Thank you for your contributions! +Work in this release contributed by @7inspire, @jaeseokk, and @rchl. Thank you for your contributions! ## 6.17.3