Skip to content

Commit 84f6fee

Browse files
committed
meta(changelog): Update changelog for 8.20.0
1 parent ea07ec7 commit 84f6fee

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,29 @@
88

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

11+
## 8.20.0
12+
13+
### Important Changes
14+
15+
- **feat(node): Allow to pass `registerEsmLoaderHooks` to preload (#12998)**
16+
17+
You can write your own custom preload script and configure this in the preload options. `registerEsmLoaderHooks` can be
18+
passed as an option to `preloadOpenTelemetry`, which allows to exclude/include packages in the preload.
19+
20+
- **fix(node): Do not emit fetch spans when tracing is disabled (#13003)**
21+
22+
Sentry will not emit "fetch" spans if tracing is disabled. This is relevant for user who use their own sampler.
23+
24+
### Other Changes
25+
26+
- feat(feedback): Trigger button aria label configuration (#13008)
27+
- feat(nestjs): Change nest sdk setup (#12920)
28+
- feat(node): Extend ESM hooks options for iitm v1.10.0 (#13016)
29+
- feat(node): Send client reports (#12951)
30+
- feat(nuxt): Automatically add BrowserTracing (#13005)
31+
- feat(nuxt): Setup source maps with vite config (#13018)
32+
- feat(replay): Improve public Replay APIs (#13000)
33+
1134
## 8.19.0
1235

1336
- feat(core): Align Span interface with OTEL (#12898)

0 commit comments

Comments
 (0)