From 8b28573dbdd7e420cd96d8c2cd990a33ed6516d3 Mon Sep 17 00:00:00 2001 From: Ahmed Etefy Date: Mon, 21 Jun 2021 14:10:46 +0200 Subject: [PATCH] misc: changelog for release 6.7.2 (#3717) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update CHANGELOG.md Co-authored-by: Kamil Ogórek --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a32a5052eaf5..1ca584ece761 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ - "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott +## 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] feat: Auto enable node http integration on server (#3675) +- [nextjs] fix: Correctly handle functional next config in `withSentryConfig` (#3698) +- [nextjs] fix: Fix conflict with other libraries modifying webpack `entry` property (#3703) +- [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 - [core] fix: Add event type to item header when envelopes are forced (#3676)