Skip to content

meta: 7.0.0-beta.1 changelog #5092

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

Merged
merged 1 commit into from
May 12, 2022
Merged
Changes from all commits
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
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@

- "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott

## 7.0.0-beta.1

- **(breaking)** ref: Remove critical severity (#5032)
- **(breaking)** ref: Delete unneeded SDK_NAME (#5040)
- **(breaking)** ref(browser): Rename UserAgent integration to HttpContext (#5027)
- **(breaking)** ref(hub): Convert Session class to object and functions (#5054)
- **(breaking)** ref(node): Explicitly pass down node transport options (#5057)
- **(breaking)** ref(tracing): Reset IdleTimeout based on activities count (#5044)
- ref(browser): Unify BrowserTransportOptions (#5058)
- feat(build): Vendor polyfills injected during build (#5051)
- ref(core): Log warning on NOK transport response (#5091)
- fix(integrations): Mark ExtraErrorData as already normalized (#5053)
- feat(react): Add react-router-v6 integration (#5042)
- fix(tracing): Remove isInstanceOf check in Hub constructor (#5046)
- fix(utils): Consider 429 responses in transports (#5062)
- ref(utils): Clean up dangerous type casts in object helper file (#5047)
- ref(utils): Add logic to enable skipping of normalization (#5052)

## 7.0.0-beta.0

- **(breaking)**: ref: Make it easier to use stackParser (#5015)
Expand Down