File tree 2 files changed +15
-2
lines changed
2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 4
4
5
5
- "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
6
6
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
+
7
21
## 7.0.0-alpha.0
8
22
9
23
- ** (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
121
121
[ #4921 ] ( https://github.com/getsentry/sentry-javascript/pull/4921/ ) ). If you are creating your own ` Client ` or
122
122
calling ` initAndBind ` , you will have to supply your desired transport. Either provide a custom one or call
123
123
` setupBrowserTransport ` or ` setupNodeTransport ` for default transports, depending on your requirements.
124
-
125
-
124
+ - Remove support for Opera browser pre v15
126
125
127
126
# Upgrading from 6.17.x to 6.18.0
128
127
You can’t perform that action at this time.
0 commit comments