Skip to content

Commit b77918f

Browse files
authored
Merge branch 'develop' into routing-to-different-dsn
2 parents ab12a06 + 33518af commit b77918f

File tree

37 files changed

+327
-552
lines changed

37 files changed

+327
-552
lines changed

.size-limit.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ module.exports = [
8282
path: 'packages/browser/build/npm/esm/prod/index.js',
8383
import: createImport('init', 'browserTracingIntegration', 'replayIntegration', 'replayCanvasIntegration'),
8484
gzip: true,
85-
limit: '85.5 KB',
85+
limit: '85.55 KB',
8686
},
8787
{
8888
name: '@sentry/browser (incl. Tracing, Replay, Feedback)',
@@ -163,7 +163,7 @@ module.exports = [
163163
path: 'packages/vue/build/esm/index.js',
164164
import: createImport('init', 'browserTracingIntegration'),
165165
gzip: true,
166-
limit: '44 KB',
166+
limit: '44.1 KB',
167167
},
168168
// Svelte SDK (ESM)
169169
{

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,17 @@
44

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

7+
- **feat(tanstackstart-react): Auto-instrument server function middleware ([#19001](https://github.com/getsentry/sentry-javascript/pull/19001))**
8+
9+
The `sentryTanstackStart` Vite plugin now automatically instruments middleware in `createServerFn().middleware([...])` calls. This captures performance data without requiring manual wrapping with `wrapMiddlewaresWithSentry()`.
10+
711
## 10.38.0
812

913
### Important Changes
1014

1115
- **feat(tanstackstart-react): Auto-instrument request middleware ([#18989](https://github.com/getsentry/sentry-javascript/pull/18989))**
1216

13-
The `sentryTanstackStart` Vite plugin now automatically instruments `middleware` arrays in `createFileRoute()`. This captures performance data without requiring manual wrapping with `wrapMiddlewaresWithSentry()`.
17+
The `sentryTanstackStart` Vite plugin now automatically instruments `middleware` arrays in `createFileRoute()`. This captures performance data without requiring manual wrapping with `wrapMiddlewaresWithSentry()`.
1418

1519
### Other Changes
1620

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"dependencies": {
1616
"@langchain/langgraph": "^1.0.1",
1717
"@sentry/cloudflare": "10.38.0",
18-
"hono": "^4.0.0"
18+
"hono": "^4.11.7"
1919
},
2020
"devDependencies": {
2121
"@cloudflare/workers-types": "^4.20250922.0",

dev-packages/e2e-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"glob": "8.0.3",
3030
"rimraf": "^5.0.10",
3131
"ts-node": "10.9.1",
32-
"yaml": "2.2.2"
32+
"yaml": "2.8.2"
3333
},
3434
"volta": {
3535
"extends": "../../package.json"

dev-packages/e2e-tests/test-applications/create-next-app/.gitignore

Lines changed: 0 additions & 41 deletions
This file was deleted.

dev-packages/e2e-tests/test-applications/create-next-app/.npmrc

Lines changed: 0 additions & 2 deletions
This file was deleted.

dev-packages/e2e-tests/test-applications/create-next-app/globals.d.ts

Whitespace-only changes.

dev-packages/e2e-tests/test-applications/create-next-app/instrumentation.ts

Lines changed: 0 additions & 13 deletions
This file was deleted.

dev-packages/e2e-tests/test-applications/create-next-app/next-env.d.ts

Lines changed: 0 additions & 5 deletions
This file was deleted.

dev-packages/e2e-tests/test-applications/create-next-app/next.config.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)