@@ -12,18 +12,6 @@ considered stable.
12
12
We recommend to read the detailed [ migration guide] ( https://docs.sentry.io/platforms/javascript/migration/v7-to-v8/ ) in
13
13
the docs.
14
14
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
-
27
15
### Important Changes
28
16
29
17
- ** feat(node): Support hapi v21 & fix E2E test (#11906 )**
@@ -32,13 +20,11 @@ We now support hapi v21 and added tests for it.
32
20
33
21
- ** feat(node): Warn if ESM mode is detected (#11914 )**
34
22
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 .
37
25
38
26
### Other Changes
39
27
40
- - dev: Upgrade to
` [email protected] ` (
#11900 )
41
- - docs: fix typo in doc for ` reactRouterV6BrowserTracingIntegration ` (#11896 )
42
28
- feat(feedback): Iterate on css for better scrolling & resizing when browser is small (#11893 )
43
29
- fix(node): Ensure prisma integration creates valid DB spans (#11908 )
44
30
- fix(node): Include loader hook files in package.json (#11911 )
0 commit comments