Skip to content

Commit a7be042

Browse files
Merge pull request #21879 from getsentry/master
[Gitflow] Merge master into develop
2 parents ce8b274 + 60c03ea commit a7be042

71 files changed

Lines changed: 258 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.62.0"
3+
"version": "10.63.0"
44
}

CHANGELOG.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,49 @@
44

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

7+
## 10.63.0
8+
9+
- feat(browser): Add `url.full` attribute to resource spans ([#21846](https://github.com/getsentry/sentry-javascript/pull/21846))
10+
- feat(core): Add `extendIntegration` method ([#21759](https://github.com/getsentry/sentry-javascript/pull/21759))
11+
- feat(core): Add `isTracingSuppressed` to the async context strategy ([#21785](https://github.com/getsentry/sentry-javascript/pull/21785))
12+
- feat(core): Pass normalizedRequest to the sampling context for root spans ([#21833](https://github.com/getsentry/sentry-javascript/pull/21833))
13+
- feat(node): Add lru-memoizer diagnostics-channel integration to experimentalUseDiagnosticsChannelInjection ([#21786](https://github.com/getsentry/sentry-javascript/pull/21786))
14+
- feat(node): Expose channel-based, streamlined `fastifyIntegration` ([#21706](https://github.com/getsentry/sentry-javascript/pull/21706))
15+
- fix(browser): Defer sending session envelope until browser is idle ([#21844](https://github.com/getsentry/sentry-javascript/pull/21844))
16+
- fix(core): Improve waiting for tracing channel bindings ([#21815](https://github.com/getsentry/sentry-javascript/pull/21815))
17+
- fix(core): Serialize streamed span status message to `sentry.status.message` attribute ([#21811](https://github.com/getsentry/sentry-javascript/pull/21811))
18+
- fix(nextjs): Don't inject trace meta tags when Cache Components is enabled ([#21141](https://github.com/getsentry/sentry-javascript/pull/21141))
19+
- fix(opentelemetry): Strip leading ? and # from inferred http.query and http.fragment ([#21848](https://github.com/getsentry/sentry-javascript/pull/21848))
20+
- fix(tanstackstart-react): Drop server transactions for tunnel route requests ([#21769](https://github.com/getsentry/sentry-javascript/pull/21769))
21+
22+
<details>
23+
<summary><strong>Internal Changes</strong></summary>
24+
25+
- chore: Add external contributor to CHANGELOG.md ([#21832](https://github.com/getsentry/sentry-javascript/pull/21832))
26+
- chore: Hoist transitive imports for bundles ([#21858](https://github.com/getsentry/sentry-javascript/pull/21858))
27+
- chore: Mark http.query/http.fragment stripping for v11 url.query migration ([#21852](https://github.com/getsentry/sentry-javascript/pull/21852))
28+
- docs: Use Cloudflare nodejs_compat flag ([#21659](https://github.com/getsentry/sentry-javascript/pull/21659))
29+
- feat(server-utils): Add lru-memoizer diagnostics-channel integration ([#21786](https://github.com/getsentry/sentry-javascript/pull/21786))
30+
- feat(server-utils): Expose channel-based, streamlined `fastifyIntegration` ([#21706](https://github.com/getsentry/sentry-javascript/pull/21706))
31+
- feat(server-utils): Restore caller context for callback tracing channels ([#21863](https://github.com/getsentry/sentry-javascript/pull/21863))
32+
- ref(core): Move `spanStreamingIntegration` setup into `ServerRuntimeClient` ([#21814](https://github.com/getsentry/sentry-javascript/pull/21814))
33+
- ref(node): Infer orchestrion integration names ([#21834](https://github.com/getsentry/sentry-javascript/pull/21834))
34+
- ref(node): Move node-fetch instrumentation away from InstrumentBase ([#21778](https://github.com/getsentry/sentry-javascript/pull/21778))
35+
- ref(node): Streamline Prisma instrumentation (v6 and v7) ([#21819](https://github.com/getsentry/sentry-javascript/pull/21819))
36+
- ref(node): Streamline vendored mysql instrumentation ([#21568](https://github.com/getsentry/sentry-javascript/pull/21568))
37+
- ref(server-utils): Ensure ts3.8 has diagnostics channel shim ([#21845](https://github.com/getsentry/sentry-javascript/pull/21845))
38+
- ref(server-utils): Move mysql orchestrion integration onto bindTracingChannelToSpan ([#21865](https://github.com/getsentry/sentry-javascript/pull/21865))
39+
- ref(server-utils): Set error attributes on span and simplify error info extraction ([#21822](https://github.com/getsentry/sentry-javascript/pull/21822))
40+
- test: Introduce .unordered in node-integration-tests ([#21697](https://github.com/getsentry/sentry-javascript/pull/21697))
41+
- test(cloudflare): Align CF types and compat flags ([#21835](https://github.com/getsentry/sentry-javascript/pull/21835))
42+
- test(e2e/hono): Isolate request-data extraction tests onto a dedicated route ([#21869](https://github.com/getsentry/sentry-javascript/pull/21869))
43+
- test(node-integration): Harden knex mysql2 healthcheck to fix flaky test ([#21868](https://github.com/getsentry/sentry-javascript/pull/21868))
44+
- test(node-integration-tests): Fix flaky postgresjs basic transaction/error ordering ([#21870](https://github.com/getsentry/sentry-javascript/pull/21870))
45+
- test(node-integration-tests): Retry transient docker compose up failures ([#21860](https://github.com/getsentry/sentry-javascript/pull/21860))
46+
- test(nuxt): Test `mysql` instrumentation with orchestrion bundler plugin ([#21782](https://github.com/getsentry/sentry-javascript/pull/21782))
47+
48+
</details>
49+
750
Work in this release was contributed by @suzunn. Thank you for your contribution!
851

952
## 10.62.0

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.62.0",
3+
"version": "10.63.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.62.0",
64-
"@sentry/replay": "10.62.0",
65-
"@sentry/opentelemetry": "10.62.0",
63+
"@sentry/browser": "10.63.0",
64+
"@sentry/replay": "10.63.0",
65+
"@sentry/opentelemetry": "10.63.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.62.0",
3+
"version": "10.63.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.62.0",
17-
"@sentry/hono": "10.62.0",
16+
"@sentry/bun": "10.63.0",
17+
"@sentry/hono": "10.63.0",
1818
"hono": "^4.12.25",
1919
"mysql": "^2.18.1"
2020
},
2121
"devDependencies": {
22-
"@sentry-internal/test-utils": "10.62.0",
22+
"@sentry-internal/test-utils": "10.63.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.62.0"
8+
"@sentry/bundler-plugins": "10.63.0"
99
},
1010
"pnpm": {
1111
"overrides": {
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"
12+
"@sentry/bundler-plugins": "file:../../../../packages/bundler-plugins/sentry-bundler-plugins-10.63.0.tgz",
13+
"@sentry/core": "file:../../../../packages/core/sentry-core-10.63.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.62.0",
7+
"@sentry/bundler-plugins": "10.63.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.62.0.tgz",
14-
"@sentry/core": "file:../../../../packages/core/sentry-core-10.62.0.tgz"
13+
"@sentry/bundler-plugins": "file:../../../../packages/bundler-plugins/sentry-bundler-plugins-10.63.0.tgz",
14+
"@sentry/core": "file:../../../../packages/core/sentry-core-10.63.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.62.0"
11+
"@sentry/bundler-plugins": "10.63.0"
1212
},
1313
"pnpm": {
1414
"overrides": {
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"
15+
"@sentry/bundler-plugins": "file:../../../../packages/bundler-plugins/sentry-bundler-plugins-10.63.0.tgz",
16+
"@sentry/core": "file:../../../../packages/core/sentry-core-10.63.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.62.0"
11+
"@sentry/bundler-plugins": "10.63.0"
1212
},
1313
"pnpm": {
1414
"overrides": {
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"
15+
"@sentry/bundler-plugins": "file:../../../../packages/bundler-plugins/sentry-bundler-plugins-10.63.0.tgz",
16+
"@sentry/core": "file:../../../../packages/core/sentry-core-10.63.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.62.0"
10+
"@sentry/bundler-plugins": "10.63.0"
1111
},
1212
"pnpm": {
1313
"overrides": {
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"
14+
"@sentry/bundler-plugins": "file:../../../../packages/bundler-plugins/sentry-bundler-plugins-10.63.0.tgz",
15+
"@sentry/core": "file:../../../../packages/core/sentry-core-10.63.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.62.0"
8+
"@sentry/bundler-plugins": "10.63.0"
99
},
1010
"pnpm": {
1111
"overrides": {
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"
12+
"@sentry/bundler-plugins": "file:../../../../packages/bundler-plugins/sentry-bundler-plugins-10.63.0.tgz",
13+
"@sentry/core": "file:../../../../packages/core/sentry-core-10.63.0.tgz"
1414
},
1515
"patchedDependencies": {
1616
"@sentry/cli": "../patches/@sentry__cli.patch"

0 commit comments

Comments
 (0)