Skip to content

Commit be9465b

Browse files
authored
meta: 7.0.0-alpha.1 changelog (#4939)
1 parent d5c1d58 commit be9465b

File tree

2 files changed

+34
-21
lines changed

2 files changed

+34
-21
lines changed

CHANGELOG.md

+33-19
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,41 @@
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

9-
- **breaking** feat: Drop support for Node 6 (#4851)
10-
- **breaking** feat: Remove references to @sentry/apm (#4845)
11-
- **breaking** feat: Delete deprecated startSpan and child methods (#4849)
12-
- **breaking** feat(bundles): Stop publishing CDN bundles on npm (#4901)
13-
- **breaking** ref(build): Rename dist directories to cjs (#4900)
14-
- **breaking** ref(build): Update to TypeScript 3.8.3 (#4895)
15-
- **breaking** feat(browser): Remove top level eventbuilder exports (#4887)
16-
- **breaking** feat(core): Delete API class (#4848)
17-
- **breaking** feat(core): Remove whitelistUrls/blacklistUrls (#4850)
18-
- **breaking** feat(gatsby): Remove Sentry from window (#4857)
19-
- **breaking** feat(hub): Remove getActiveDomain (#4858)
20-
- **breaking** feat(hub): Remove setTransaction scope method (#4865)
21-
- **breaking** feat(integrations): Remove old angular, ember, and vue integrations (#4893)
22-
- **breaking** feat(node): Remove deprecated frameContextLines (#4884)
23-
- **breaking** feat(tracing): Rename registerRequestInstrumentation -> instrumentOutgoingRequests (#4859)
24-
- **breaking** feat(types): Remove deprecated user dsn field (#4864)
25-
- **breaking** feat(types): Delete RequestSessionStatus enum (#4889)
26-
- **breaking** feat(types): Delete Status enum (#4891)
27-
- **breaking** feat(types): Delete SessionStatus enum (#4890)
23+
- **(breaking)** feat: Drop support for Node 6 (#4851)
24+
- **(breaking)** feat: Remove references to @sentry/apm (#4845)
25+
- **(breaking)** feat: Delete deprecated startSpan and child methods (#4849)
26+
- **(breaking)** feat(bundles): Stop publishing CDN bundles on npm (#4901)
27+
- **(breaking)** ref(build): Rename dist directories to cjs (#4900)
28+
- **(breaking)** ref(build): Update to TypeScript 3.8.3 (#4895)
29+
- **(breaking)** feat(browser): Remove top level eventbuilder exports (#4887)
30+
- **(breaking)** feat(core): Delete API class (#4848)
31+
- **(breaking)** feat(core): Remove whitelistUrls/blacklistUrls (#4850)
32+
- **(breaking)** feat(gatsby): Remove Sentry from window (#4857)
33+
- **(breaking)** feat(hub): Remove getActiveDomain (#4858)
34+
- **(breaking)** feat(hub): Remove setTransaction scope method (#4865)
35+
- **(breaking)** feat(integrations): Remove old angular, ember, and vue integrations (#4893)
36+
- **(breaking)** feat(node): Remove deprecated frameContextLines (#4884)
37+
- **(breaking)** feat(tracing): Rename registerRequestInstrumentation -> instrumentOutgoingRequests (#4859)
38+
- **(breaking)** feat(types): Remove deprecated user dsn field (#4864)
39+
- **(breaking)** feat(types): Delete RequestSessionStatus enum (#4889)
40+
- **(breaking)** feat(types): Delete Status enum (#4891)
41+
- **(breaking)** feat(types): Delete SessionStatus enum (#4890)
2842

2943
## 6.19.6
3044

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)