Skip to content

Commit

Permalink
meta: 7.0.0-alpha.1 changelog (#4939)
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhiPrasad authored and lobsterkatie committed Apr 26, 2022
1 parent 6bfb589 commit 289e4d1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
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

## 7.0.0-alpha.1

- **(breaking)** ref: Inject Transports into Client (#4921)
- **(breaking)** ref: Port functionality from `Backend` to `Client` (#4911)
- **(breaking)** ref: Delete `Backend` classes (#4919)
- **(breaking)** ref(browser): Remove stack parser support for Opera pre v15 (#4923)
- **(breaking)** ref(various): Remove usage of deprecated `event.stacktrace` (#4885)
- feat: Add `name` field to `EventProcessor` (#4932)
- feat: Expose configurable stack parser (#4902)
- ref(build): Turn on `isolatedModules` TS option (#4896)
- feat(tracing): Make `setMeasurement` public API (#4933)
- ref(tracing): Update `setMeasurements` to only set a single measurement (#4920)
- ref(types): Stop using `Severity` enum (#4926)

## 7.0.0-alpha.0

- **(breaking)** ref: Drop support for Node 6 (#4851)
Expand Down
3 changes: 1 addition & 2 deletions MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,7 @@ For our efforts to reduce bundle size of the SDK we had to remove and refactor p
[#4921](https://github.com/getsentry/sentry-javascript/pull/4921/)). If you are creating your own `Client` or
calling `initAndBind`, you will have to supply your desired transport. Either provide a custom one or call
`setupBrowserTransport` or `setupNodeTransport` for default transports, depending on your requirements.


- Remove support for Opera browser pre v15

# Upgrading from 6.17.x to 6.18.0

Expand Down

0 comments on commit 289e4d1

Please sign in to comment.