Skip to content

Commit ab740ed

Browse files
committed
fix(create): pin React Sentry add-on version
Pin @sentry/tanstackstart-react to 10.34.0 in the React Sentry template to avoid Nitro production build failures introduced by newer releases. Fixes #322
1 parent e384620 commit ab740ed

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/odd-apples-visit.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@tanstack/create": patch
3+
---
4+
5+
Pin the React Sentry add-on to `@sentry/tanstackstart-react@10.34.0` to avoid a Nitro production build failure introduced in newer Sentry versions.

packages/create/src/frameworks/react/add-ons/sentry/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"start": "node --import ./.output/server/instrument.server.mjs .output/server/index.mjs"
66
},
77
"dependencies": {
8-
"@sentry/tanstackstart-react": "^10.22.0",
8+
"@sentry/tanstackstart-react": "10.34.0",
99
"dotenv-cli": "^11.0.0"
1010
}
1111
}

0 commit comments

Comments
 (0)