@@ -12,18 +12,6 @@ considered stable.
1212We recommend to read the detailed [ migration guide] ( https://docs.sentry.io/platforms/javascript/migration/v7-to-v8/ ) in
1313the 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 ` jsdom@21.1.2 ` (#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