Skip to content

Commit a4c30a2

Browse files
committed
meta(changelog): Update changelog for 8.0.0-rc.2
1 parent c3c2bd3 commit a4c30a2

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,33 @@
44

55
- "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
66

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+
734
## 8.0.0-rc.1
835

936
This release contains no changes and was done for technical purposes. This version is considered stable.

0 commit comments

Comments
 (0)