Skip to content

meta: 7.0.0-alpha.0 changelog #4892

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
Apr 8, 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
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,28 @@

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

## 7.0.0-alpha.0

- **breaking** feat: Drop support for Node 6 (#4851)
- **breaking** feat: Remove references to @sentry/apm (#4845)
- **breaking** feat: Delete deprecated startSpan and child methods (#4849)
- **breaking** feat(bundles): Stop publishing CDN bundles on npm (#4901)
- **breaking** ref(build): Rename dist directories to cjs (#4900)
- **breaking** ref(build): Update to TypeScript 3.8.3 (#4895)
- **breaking** feat(browser): Remove top level eventbuilder exports (#4887)
- **breaking** feat(core): Delete API class (#4848)
- **breaking** feat(core): Remove whitelistUrls/blacklistUrls (#4850)
- **breaking** feat(gatsby): Remove Sentry from window (#4857)
- **breaking** feat(hub): Remove getActiveDomain (#4858)
- **breaking** feat(hub): Remove setTransaction scope method (#4865)
- **breaking** feat(integrations): Remove old angular, ember, and vue integrations (#4893)
- **breaking** feat(node): Remove deprecated frameContextLines (#4884)
- **breaking** feat(tracing): Rename registerRequestInstrumentation -> instrumentOutgoingRequests (#4859)
- **breaking** feat(types): Remove deprecated user dsn field (#4864)
- **breaking** feat(types): Delete RequestSessionStatus enum (#4889)
- **breaking** feat(types): Delete Status enum (#4891)
- **breaking** feat(types): Delete SessionStatus enum (#4890)

## 6.19.6

- fix(typing): Fix typing API in CaptureConsle (#4879)
Expand Down