File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments