Skip to content

Commit 50f8db0

Browse files
committed
tanstack vite plugin should be last
1 parent d2f0801 commit 50f8db0

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
autoInstrumentMiddleware: false,
2020
});
2121
```
22+
2223
### Other Changes
2324

2425
- feat(deps): Bump OpenTelemetry dependencies

packages/tanstackstart-react/src/vite/sentryTanstackStart.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ export interface SentryTanstackStartOptions extends BuildTimeOptionsBase {
3333
*
3434
* export default defineConfig({
3535
* plugins: [
36+
* tanstackStart(),
3637
* sentryTanstackStart({
3738
* org: 'your-org',
3839
* project: 'your-project',
3940
* }),
40-
* tanstackStart(),
4141
* ],
4242
* });
4343
* ```

0 commit comments

Comments
 (0)