From 3e7e685e1136b47813d0a94fa4379bc30dc6486d Mon Sep 17 00:00:00 2001 From: Ahmed Etefy Date: Mon, 21 Jun 2021 14:04:06 +0200 Subject: [PATCH 1/2] Update CHANGELOG.md --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a32a5052eaf5..8ab5036b9f3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,20 @@ - "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott +## 6.7.2 + +- [browser] ref: Log which request type has been limited (#3687) +- [nextjs] test: Pin next v10 to integration tests (#3692) +- [core]: fix: Do not track sessions if not enabled (#3686) +- [postcss] build: bump postcss from 7.0.35 to 7.0.36 (#3684) +- [nextjs] feat: Auto enable node http integration on server (#3675) +- [nextjs] ref: Split up config code and add tests (#3693) +- [nextjs] fix: Correctly handle functional next config in `withSentryConfig` (#3698) +- [nextjs] fix: Fix conflict with other libraries modifying webpack `entry` property (#3703) +- [nextjs] deps: Update @sentry/webpack-plugin to 1.15.1 in @sentry/nextjs (#3708) +- [core] ref: Make `beforeSend` more strict +- [core] fix: Prevent sending terminal status session updates (#3701) + ## 6.7.1 - [core] fix: Add event type to item header when envelopes are forced (#3676) From a925b42af7d1c928c5c8fe058681cbbe9c5912d0 Mon Sep 17 00:00:00 2001 From: Ahmed Etefy Date: Mon, 21 Jun 2021 14:09:47 +0200 Subject: [PATCH 2/2] Update CHANGELOG.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Kamil Ogórek --- CHANGELOG.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ab5036b9f3e..1ca584ece761 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,17 +6,15 @@ ## 6.7.2 +- [core] fix: Do not track sessions if not enabled (#3686) +- [core] fix: Prevent sending terminal status session updates (#3701) +- [core] ref: Make `beforeSend` more strict (#3713) - [browser] ref: Log which request type has been limited (#3687) -- [nextjs] test: Pin next v10 to integration tests (#3692) -- [core]: fix: Do not track sessions if not enabled (#3686) -- [postcss] build: bump postcss from 7.0.35 to 7.0.36 (#3684) - [nextjs] feat: Auto enable node http integration on server (#3675) -- [nextjs] ref: Split up config code and add tests (#3693) - [nextjs] fix: Correctly handle functional next config in `withSentryConfig` (#3698) - [nextjs] fix: Fix conflict with other libraries modifying webpack `entry` property (#3703) -- [nextjs] deps: Update @sentry/webpack-plugin to 1.15.1 in @sentry/nextjs (#3708) -- [core] ref: Make `beforeSend` more strict -- [core] fix: Prevent sending terminal status session updates (#3701) +- [nextjs] fix: Update @sentry/webpack-plugin to 1.15.1 in @sentry/nextjs to resolve build timeouts issue (#3708) +- [nextjs] ref: Split up config code and add tests (#3693) ## 6.7.1