Skip to content

Commit 50e7961

Browse files
committed
Add changelog entry
1 parent 24afa22 commit 50e7961

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

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

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

7+
- **feat(tanstackstart-react): Auto-instrument global middleware in `sentryTanstackStart` Vite plugin**
8+
9+
The `sentryTanstackStart` Vite plugin now automatically instruments `requestMiddleware` and `functionMiddleware` arrays in `createStart()`. This captures performance data without requiring manual wrapping.
10+
11+
Auto-instrumentation is enabled by default. To disable it:
12+
13+
```ts
14+
// vite.config.ts
15+
sentryTanstackStart({
16+
org: 'your-org',
17+
project: 'your-project',
18+
autoInstrumentMiddleware: false,
19+
});
20+
```
21+
722
- **feat(tanstackstart-react): Add `sentryTanstackStart` Vite plugin for source maps upload**
823

924
You can now configure source maps upload for TanStack Start using the `sentryTanstackStart` Vite plugin:

0 commit comments

Comments
 (0)