File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change 1010
1111- "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
1212
13+ ## 8.30.0
14+
15+ ### Important Changes
16+
17+ - _ feat(node): Add ` kafkajs ` integration (#13528 )_
18+
19+ This release adds a new integration that instruments ` kafkajs ` library with spans and traces. This integration is
20+ automatically enabled by default, but can be included with the ` Sentry.kafkaIntegration() ` import.
21+
22+ ``` js
23+ Sentry .init ({
24+ integrations: [Sentry .kafkaIntegration ()],
25+ });
26+ ```
27+
28+ ### Other Changes
29+
30+ - feat(core): Allow adding measurements without global client (#13612 )
31+ - feat(deps): Bump @opentelemetry/instrumentation-undici from 0.5.0 to 0.6.0 (#13622 )
32+ - feat(deps): Bump @sentry/cli from 2.33.0 to 2.35.0 (#13624 )
33+ - feat(node): Use ` @opentelemetry/instrumentation-undici ` for fetch tracing (#13485 )
34+ - feat(nuxt): Add server config to root folder (#13583 )
35+ - feat(otel): Upgrade @opentelemetry/semantic-conventions to 1.26.0 (#13631 )
36+ - fix(browser): check supportedEntryTypes before caling the function (#13541 )
37+ - fix(browser): Ensure Standalone CLS span timestamps are correct (#13649 )
38+ - fix(nextjs): Widen removal of 404 transactions (#13628 )
39+ - fix(node): Remove ambiguity and race conditions when matching local variables to exceptions (#13501 )
40+ - fix(node): Update OpenTelemetry instrumentation package for solidstart and opentelemetry (#13640 )
41+ - fix(node): Update OpenTelemetry instrumentation package for solidstart and opentelemetry (#13642 )
42+ - fix(vue): Ensure Vue ` trackComponents ` list matches components with or without ` <> ` (#13543 )
43+ - ref(profiling): Conditionally shim cjs globals (#13267 )
44+
1345Work in this release was contributed by @Zen-cronic and @odanado . Thank you for your contributions!
1446
1547## 8.29.0
You can’t perform that action at this time.
0 commit comments