File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 4
4
5
5
- "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
6
6
7
+ ## 8.0.0-rc.2
8
+
9
+ ### Important Changes
10
+
11
+ - ** feat(node): Register ESM patching hooks in init for supported Node.js versions**
12
+
13
+ This release includes adds support for ESM when ` Sentry.init() ` is called within a module imported via the ` --import `
14
+ Node.js flag:
15
+
16
+ ``` sh
17
+ node --import ./your-file-with-sentry-init.mjs your-app.mjs
18
+ ```
19
+
20
+ Note that the SDK only supports ESM for node versions ` 18.19.0 ` and above, and ` 20.6.0 ` above.
21
+
22
+ ### Other Changes
23
+
24
+ - deps(node): Bump ` @opentelemetry/core ` to ` 1.24.1 ` and ` @opentelemetry/instrumentation ` to ` 0.51.1 ` (#11941 )
25
+ - feat(connect): Warn if connect is not instrumented (#11936 )
26
+ - feat(express): Warn if express is not instrumented (#11930 )
27
+ - feat(fastify): Warn if fastify is not instrumented (#11917 )
28
+ - feat(hapi): Warn if hapi is not instrumented (#11937 )
29
+ - feat(koa): Warn if koa is not instrumented (#11931 )
30
+ - fix(browser): Continuously record CLS web vital (#11934 )
31
+ - fix(feedback): Pick user from any scope (#11928 )
32
+ - fix(node): Fix cron instrumentation and add tests (#11811 )
33
+
7
34
## 8.0.0-rc.1
8
35
9
36
This release contains no changes and was done for technical purposes. This version is considered stable.
You can’t perform that action at this time.
0 commit comments