Skip to content

Commit 5780cad

Browse files
AbhiPrasadLms24
authored andcommitted
meta: 7.0.0-alpha.1 changelog (#4939)
1 parent 25487f7 commit 5780cad

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)** feat: Remove usage of deprecated event.stacktrace (#4885)
10+
- **(breaking)** ref: Port functionality from Backend to Client (#4911)
11+
- **(breaking)** ref: Delete Backend classes (#4919)
12+
- **(breaking)** feat(browser): Remove stack parser support for Opera pre v15 (#4923)
13+
- **(breaking)** ref(client): Inject Transports into Client (#4921)
14+
- feat: Add name field to EventProcessor (#4932)
15+
- ref: Expose configurable stack parser (#4902)
16+
- ref: Turn on isolatedModules TS option (#4896)
17+
- ref(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** feat: 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)