Skip to content

Commit d4a2fcd

Browse files
Merge pull request getsentry#13653 from getsentry/master
[Gitflow] Merge master into develop
2 parents f7c033a + 13bd35b commit d4a2fcd

File tree

50 files changed

+225
-193
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+225
-193
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,38 @@
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+
1345
Work in this release was contributed by @Zen-cronic and @odanado. Thank you for your contributions!
1446

1547
## 8.29.0

dev-packages/browser-integration-tests/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry-internal/browser-integration-tests",
3-
"version": "8.29.0",
3+
"version": "8.30.0",
44
"main": "index.js",
55
"license": "MIT",
66
"engines": {
@@ -43,7 +43,7 @@
4343
"@babel/preset-typescript": "^7.16.7",
4444
"@playwright/test": "^1.44.1",
4545
"@sentry-internal/rrweb": "2.11.0",
46-
"@sentry/browser": "8.29.0",
46+
"@sentry/browser": "8.30.0",
4747
"axios": "1.6.7",
4848
"babel-loader": "^8.2.2",
4949
"html-webpack-plugin": "^5.5.0",

dev-packages/bundle-analyzer-scenarios/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry-internal/bundle-analyzer-scenarios",
3-
"version": "8.29.0",
3+
"version": "8.30.0",
44
"description": "Scenarios to test bundle analysis with",
55
"repository": "git://github.com/getsentry/sentry-javascript.git",
66
"homepage": "https://github.com/getsentry/sentry-javascript/tree/master/dev-packages/bundle-analyzer-scenarios",

dev-packages/clear-cache-gh-action/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sentry-internal/clear-cache-gh-action",
33
"description": "An internal Github Action to clear GitHub caches.",
4-
"version": "8.29.0",
4+
"version": "8.30.0",
55
"license": "MIT",
66
"engines": {
77
"node": ">=18"

dev-packages/e2e-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry-internal/e2e-tests",
3-
"version": "8.29.0",
3+
"version": "8.30.0",
44
"license": "MIT",
55
"private": true,
66
"scripts": {

dev-packages/external-contributor-gh-action/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sentry-internal/external-contributor-gh-action",
33
"description": "An internal Github Action to add external contributors to the CHANGELOG.md file.",
4-
"version": "8.29.0",
4+
"version": "8.30.0",
55
"license": "MIT",
66
"engines": {
77
"node": ">=18"

dev-packages/node-integration-tests/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry-internal/node-integration-tests",
3-
"version": "8.29.0",
3+
"version": "8.30.0",
44
"license": "MIT",
55
"engines": {
66
"node": ">=14.18"
@@ -31,10 +31,10 @@
3131
"@nestjs/core": "^10.3.3",
3232
"@nestjs/platform-express": "^10.3.3",
3333
"@prisma/client": "5.9.1",
34-
"@sentry/aws-serverless": "8.29.0",
35-
"@sentry/node": "8.29.0",
36-
"@sentry/types": "8.29.0",
37-
"@sentry/utils": "8.29.0",
34+
"@sentry/aws-serverless": "8.30.0",
35+
"@sentry/node": "8.30.0",
36+
"@sentry/types": "8.30.0",
37+
"@sentry/utils": "8.30.0",
3838
"@types/mongodb": "^3.6.20",
3939
"@types/mysql": "^2.15.21",
4040
"@types/pg": "^8.6.5",

dev-packages/overhead-metrics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"private": true,
3-
"version": "8.29.0",
3+
"version": "8.30.0",
44
"name": "@sentry-internal/overhead-metrics",
55
"main": "index.js",
66
"author": "Sentry",

dev-packages/rollup-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry-internal/rollup-utils",
3-
"version": "8.29.0",
3+
"version": "8.30.0",
44
"description": "Rollup utilities used at Sentry for the Sentry JavaScript SDK",
55
"repository": "git://github.com/getsentry/sentry-javascript.git",
66
"homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/rollup-utils",

dev-packages/size-limit-gh-action/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sentry-internal/size-limit-gh-action",
33
"description": "An internal Github Action to compare the current size of a PR against the one on develop.",
4-
"version": "8.29.0",
4+
"version": "8.30.0",
55
"license": "MIT",
66
"engines": {
77
"node": ">=18"

0 commit comments

Comments
 (0)