Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

misc: changelog for release 6.7.2 #3717

Merged
merged 2 commits into from
Jun 21, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
ahmedetefy marked this conversation as resolved.
Show resolved Hide resolved

## 6.7.1

- [core] fix: Add event type to item header when envelopes are forced (#3676)
Expand Down