Skip to content

Commit 1b2c92f

Browse files
committed
Add changelog entry
1 parent 25e86bc commit 1b2c92f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
## Unreleased
44

5+
### Important Changes
6+
7+
- **feat(tanstackstart-react): Auto-instrument request middleware ([#18989](https://github.com/getsentry/sentry-javascript/pull/18989))**
8+
9+
The `sentryTanstackStart` Vite plugin now automatically instruments `middleware` arrays in `createFileRoute()`. This captures performance data without requiring manual wrapping with `wrapMiddlewaresWithSentry()`.
10+
11+
- **feat(tanstackstart-react): Auto-instrument server function middleware ([#19001](https://github.com/getsentry/sentry-javascript/pull/19001))**
12+
13+
The `sentryTanstackStart` Vite plugin now automatically instruments middleware in `createServerFn().middleware([...])` calls. This captures performance data without requiring manual wrapping with `wrapMiddlewaresWithSentry()`.
14+
15+
### Other Changes
16+
517
- "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
618

719
Work in this release was contributed by @harshit078. Thank you for your contribution!

0 commit comments

Comments
 (0)