File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 8
8
9
9
- "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
10
10
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
+
11
34
## 8.19.0
12
35
13
36
- feat(core): Align Span interface with OTEL (#12898 )
You can’t perform that action at this time.
0 commit comments