Skip to content

Commit 03eb9a1

Browse files
committed
delete unimportant
1 parent fee4af9 commit 03eb9a1

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed

CHANGELOG.md

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,6 @@ considered stable.
1212
We recommend to read the detailed [migration guide](https://docs.sentry.io/platforms/javascript/migration/v7-to-v8/) in
1313
the docs.
1414

15-
### Version Support
16-
17-
The Sentry JavaScript SDK v8 now supports Node.js 14.8.0 or higher. This applies to @sentry/node and all of our
18-
node-based server-side sdks (@sentry/nextjs, @sentry/remix, etc.).
19-
20-
The browser SDKs now require ES2018+ compatible browsers. New minimum browser versions:
21-
22-
Chrome 63 Edge 79 Safari/iOS Safari 12 Firefox 58 Opera 50 Samsung Internet 8.2
23-
24-
For more details, please see the
25-
[version support section in migration guide](https://github.com/getsentry/sentry-javascript/blob/develop/MIGRATION.md#1-version-support-changes).
26-
2715
### Important Changes
2816

2917
- **feat(node): Support hapi v21 & fix E2E test (#11906)**
@@ -32,13 +20,11 @@ We now support hapi v21 and added tests for it.
3220

3321
- **feat(node): Warn if ESM mode is detected (#11914)**
3422

35-
When running Sentry in ESM mode, you will get a warning about that. Consider transpiling your application to CJS
36-
(CommonJS) in your production build.
23+
When running Sentry in ESM mode, we will now warn you that this is not supported as of now. We are working on ensuring
24+
support with ESM builds.
3725

3826
### Other Changes
3927

40-
- dev: Upgrade to `[email protected]` (#11900)
41-
- docs: fix typo in doc for `reactRouterV6BrowserTracingIntegration` (#11896)
4228
- feat(feedback): Iterate on css for better scrolling & resizing when browser is small (#11893)
4329
- fix(node): Ensure prisma integration creates valid DB spans (#11908)
4430
- fix(node): Include loader hook files in package.json (#11911)

0 commit comments

Comments
 (0)