Skip to content

Commit b4831c4

Browse files
Merge pull request #21816 from getsentry/master
[Gitflow] Merge master into develop
2 parents 2905990 + 4d71d0b commit b4831c4

71 files changed

Lines changed: 243 additions & 215 deletions

File tree

Some content is hidden

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

.version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"_comment": "Auto-generated by scripts/bump-version.js. Used by the gitflow sync workflow to detect version bumps. Do not edit manually.",
3-
"version": "10.61.0"
3+
"version": "10.62.0"
44
}

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,36 @@
44

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

7+
## 10.62.0
8+
9+
### Important Changes
10+
11+
- **feat(server-runtimes): Add v7 support for `vercelAiIntegration` ([#21613](https://github.com/getsentry/sentry-javascript/pull/21613))**
12+
13+
The `vercelAiIntegration` now supports v7 of the `ai` package. Note that v7 is not yet supported on Cloudflare.
14+
15+
### Other Changes
16+
17+
- fix(node): Avoid failing at runtime if tracingChannel is not available ([#21783](https://github.com/getsentry/sentry-javascript/pull/21783))
18+
- fix(sveltekit): Avoid capturing preloaded 400 errors on client ([#21784](https://github.com/getsentry/sentry-javascript/pull/21784))
19+
720
Work in this release was contributed by @hyunbinseo. Thank you for your contribution!
821

22+
<details>
23+
<summary><strong>Internal Changes</strong></summary>
24+
25+
- chore(github): Update tracked packages ([#21789](https://github.com/getsentry/sentry-javascript/pull/21789))
26+
- feat(core): Add spanKindToName helper for reverse span-kind lookup ([#21780](https://github.com/getsentry/sentry-javascript/pull/21780))
27+
- ref(aws-serverless): Streamline AwsLambda instrumentation ([#21758](https://github.com/getsentry/sentry-javascript/pull/21758))
28+
- ref(node): Fix server-utils name for VercelAI integration ([#21809](https://github.com/getsentry/sentry-javascript/pull/21809))
29+
- ref(node): Streamline amqplib instrumentation ([#21753](https://github.com/getsentry/sentry-javascript/pull/21753))
30+
- ref(node): Streamline Firebase instrumentation ([#21748](https://github.com/getsentry/sentry-javascript/pull/21748))
31+
- test: Pin webpack to 5.107.0 ([#21781](https://github.com/getsentry/sentry-javascript/pull/21781))
32+
- test(e2e): Add `no-browser-session` lighthouse e2e test mode ([#21787](https://github.com/getsentry/sentry-javascript/pull/21787))
33+
- test(e2e): Add more test modes, pre-init and element timing ([#21760](https://github.com/getsentry/sentry-javascript/pull/21760))
34+
35+
</details>
36+
937
## 10.61.0
1038

1139
### Important Changes

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry-internal/browser-integration-tests",
3-
"version": "10.61.0",
3+
"version": "10.62.0",
44
"main": "index.js",
55
"license": "MIT",
66
"engines": {
@@ -60,9 +60,9 @@
6060
"@babel/preset-typescript": "^7.16.7",
6161
"@playwright/test": "~1.56.0",
6262
"@sentry/rrweb": "2.43.2",
63-
"@sentry/browser": "10.61.0",
64-
"@sentry/replay": "10.61.0",
65-
"@sentry/opentelemetry": "10.61.0",
63+
"@sentry/browser": "10.62.0",
64+
"@sentry/replay": "10.62.0",
65+
"@sentry/opentelemetry": "10.62.0",
6666
"@supabase/supabase-js": "2.49.3",
6767
"axios": "1.16.0",
6868
"babel-loader": "^10.1.1",

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry-internal/bun-integration-tests",
3-
"version": "10.61.0",
3+
"version": "10.62.0",
44
"license": "MIT",
55
"engines": {
66
"node": ">=18"
@@ -13,13 +13,13 @@
1313
"test:watch": "yarn test --watch"
1414
},
1515
"dependencies": {
16-
"@sentry/bun": "10.61.0",
17-
"@sentry/hono": "10.61.0",
16+
"@sentry/bun": "10.62.0",
17+
"@sentry/hono": "10.62.0",
1818
"hono": "^4.12.25",
1919
"mysql": "^2.18.1"
2020
},
2121
"devDependencies": {
22-
"@sentry-internal/test-utils": "10.61.0",
22+
"@sentry-internal/test-utils": "10.62.0",
2323
"bun-types": "^1.2.9",
2424
"vitest": "^3.2.6"
2525
},

dev-packages/bundler-plugin-integration-tests/fixtures/esbuild/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
"type": "module",
66
"dependencies": {
77
"esbuild": "0.28.0",
8-
"@sentry/bundler-plugins": "10.61.0"
8+
"@sentry/bundler-plugins": "10.62.0"
99
},
1010
"pnpm": {
1111
"overrides": {
12-
"@sentry/bundler-plugins": "file:../../../../packages/bundler-plugins/sentry-bundler-plugins-10.61.0.tgz",
13-
"@sentry/core": "file:../../../../packages/core/sentry-core-10.61.0.tgz"
12+
"@sentry/bundler-plugins": "file:../../../../packages/bundler-plugins/sentry-bundler-plugins-10.62.0.tgz",
13+
"@sentry/core": "file:../../../../packages/core/sentry-core-10.62.0.tgz"
1414
},
1515
"patchedDependencies": {
1616
"@sentry/cli": "../patches/@sentry__cli.patch"

dev-packages/bundler-plugin-integration-tests/fixtures/rolldown/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"private": true,
55
"type": "module",
66
"dependencies": {
7-
"@sentry/bundler-plugins": "10.61.0",
7+
"@sentry/bundler-plugins": "10.62.0",
88
"react": "19.2.4",
99
"rolldown": "1.0.0"
1010
},
1111
"pnpm": {
1212
"overrides": {
13-
"@sentry/bundler-plugins": "file:../../../../packages/bundler-plugins/sentry-bundler-plugins-10.61.0.tgz",
14-
"@sentry/core": "file:../../../../packages/core/sentry-core-10.61.0.tgz"
13+
"@sentry/bundler-plugins": "file:../../../../packages/bundler-plugins/sentry-bundler-plugins-10.62.0.tgz",
14+
"@sentry/core": "file:../../../../packages/core/sentry-core-10.62.0.tgz"
1515
},
1616
"patchedDependencies": {
1717
"@sentry/cli": "../patches/@sentry__cli.patch"

dev-packages/bundler-plugin-integration-tests/fixtures/rollup3/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
"rollup": "3.30.0",
99
"@rollup/plugin-babel": "6.0.4",
1010
"@rollup/plugin-node-resolve": "15.2.3",
11-
"@sentry/bundler-plugins": "10.61.0"
11+
"@sentry/bundler-plugins": "10.62.0"
1212
},
1313
"pnpm": {
1414
"overrides": {
15-
"@sentry/bundler-plugins": "file:../../../../packages/bundler-plugins/sentry-bundler-plugins-10.61.0.tgz",
16-
"@sentry/core": "file:../../../../packages/core/sentry-core-10.61.0.tgz"
15+
"@sentry/bundler-plugins": "file:../../../../packages/bundler-plugins/sentry-bundler-plugins-10.62.0.tgz",
16+
"@sentry/core": "file:../../../../packages/core/sentry-core-10.62.0.tgz"
1717
},
1818
"patchedDependencies": {
1919
"@sentry/cli": "../patches/@sentry__cli.patch"

dev-packages/bundler-plugin-integration-tests/fixtures/rollup4/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
"rollup": "4.59.0",
99
"@rollup/plugin-babel": "6.0.4",
1010
"@rollup/plugin-node-resolve": "16.0.3",
11-
"@sentry/bundler-plugins": "10.61.0"
11+
"@sentry/bundler-plugins": "10.62.0"
1212
},
1313
"pnpm": {
1414
"overrides": {
15-
"@sentry/bundler-plugins": "file:../../../../packages/bundler-plugins/sentry-bundler-plugins-10.61.0.tgz",
16-
"@sentry/core": "file:../../../../packages/core/sentry-core-10.61.0.tgz"
15+
"@sentry/bundler-plugins": "file:../../../../packages/bundler-plugins/sentry-bundler-plugins-10.62.0.tgz",
16+
"@sentry/core": "file:../../../../packages/core/sentry-core-10.62.0.tgz"
1717
},
1818
"patchedDependencies": {
1919
"@sentry/cli": "../patches/@sentry__cli.patch"

dev-packages/bundler-plugin-integration-tests/fixtures/vite4/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
"react": "19.2.4",
88
"vite": "4.5.14",
99
"@vitejs/plugin-react": "5.2.0",
10-
"@sentry/bundler-plugins": "10.61.0"
10+
"@sentry/bundler-plugins": "10.62.0"
1111
},
1212
"pnpm": {
1313
"overrides": {
14-
"@sentry/bundler-plugins": "file:../../../../packages/bundler-plugins/sentry-bundler-plugins-10.61.0.tgz",
15-
"@sentry/core": "file:../../../../packages/core/sentry-core-10.61.0.tgz"
14+
"@sentry/bundler-plugins": "file:../../../../packages/bundler-plugins/sentry-bundler-plugins-10.62.0.tgz",
15+
"@sentry/core": "file:../../../../packages/core/sentry-core-10.62.0.tgz"
1616
},
1717
"patchedDependencies": {
1818
"@sentry/cli": "../patches/@sentry__cli.patch"

dev-packages/bundler-plugin-integration-tests/fixtures/vite6/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
"type": "module",
66
"dependencies": {
77
"vite": "6.4.1",
8-
"@sentry/bundler-plugins": "10.61.0"
8+
"@sentry/bundler-plugins": "10.62.0"
99
},
1010
"pnpm": {
1111
"overrides": {
12-
"@sentry/bundler-plugins": "file:../../../../packages/bundler-plugins/sentry-bundler-plugins-10.61.0.tgz",
13-
"@sentry/core": "file:../../../../packages/core/sentry-core-10.61.0.tgz"
12+
"@sentry/bundler-plugins": "file:../../../../packages/bundler-plugins/sentry-bundler-plugins-10.62.0.tgz",
13+
"@sentry/core": "file:../../../../packages/core/sentry-core-10.62.0.tgz"
1414
},
1515
"patchedDependencies": {
1616
"@sentry/cli": "../patches/@sentry__cli.patch"

0 commit comments

Comments
 (0)