You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments