Skip to content

Commit 362375c

Browse files
AbhiPrasadlobsterkatie
authored andcommitted
meta: 7.0.0-alpha.1 changelog (#4939)
1 parent ec5ebe9 commit 362375c

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@
44

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

7+
## 7.0.0-alpha.1
8+
9+
- **(breaking)** ref: Inject Transports into Client (#4921)
10+
- **(breaking)** ref: Port functionality from `Backend` to `Client` (#4911)
11+
- **(breaking)** ref: Delete `Backend` classes (#4919)
12+
- **(breaking)** ref(browser): Remove stack parser support for Opera pre v15 (#4923)
13+
- **(breaking)** ref(various): Remove usage of deprecated `event.stacktrace` (#4885)
14+
- feat: Add `name` field to `EventProcessor` (#4932)
15+
- feat: Expose configurable stack parser (#4902)
16+
- ref(build): Turn on `isolatedModules` TS option (#4896)
17+
- feat(tracing): Make `setMeasurement` public API (#4933)
18+
- ref(tracing): Update `setMeasurements` to only set a single measurement (#4920)
19+
- ref(types): Stop using `Severity` enum (#4926)
20+
721
## 7.0.0-alpha.0
822

923
- **(breaking)** ref: Drop support for Node 6 (#4851)

MIGRATION.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,7 @@ For our efforts to reduce bundle size of the SDK we had to remove and refactor p
121121
[#4921](https://github.com/getsentry/sentry-javascript/pull/4921/)). If you are creating your own `Client` or
122122
calling `initAndBind`, you will have to supply your desired transport. Either provide a custom one or call
123123
`setupBrowserTransport` or `setupNodeTransport` for default transports, depending on your requirements.
124-
125-
124+
- Remove support for Opera browser pre v15
126125

127126
# Upgrading from 6.17.x to 6.18.0
128127

0 commit comments

Comments
 (0)