Skip to content

Commit 52229be

Browse files
committed
Revert @sentry/nextjs to 8.34.0 to fix page crash on tx rejection (#5167)
## Problem solved Short description of the bug fixed or feature added <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on downgrading the `@sentry/nextjs` package from version `8.35.0` to `8.34.0` and updating the corresponding dependencies in the `pnpm-lock.yaml` file. ### Detailed summary - Downgraded `@sentry/nextjs` from `8.35.0` to `8.34.0` in `apps/dashboard/package.json`. - Updated related dependencies in `pnpm-lock.yaml` to reflect the version change for `@sentry/nextjs` and its internal packages. - Adjusted versions for several other `@sentry` packages to `8.34.0`. - Removed unnecessary version specifications in `pnpm-lock.yaml`. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
1 parent 012f3de commit 52229be

File tree

2 files changed

+189
-266
lines changed

2 files changed

+189
-266
lines changed

apps/dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@radix-ui/react-slot": "^1.1.0",
4747
"@radix-ui/react-switch": "^1.1.1",
4848
"@radix-ui/react-tooltip": "1.1.3",
49-
"@sentry/nextjs": "8.35.0",
49+
"@sentry/nextjs": "8.34.0",
5050
"@shazow/whatsabi": "^0.15.4",
5151
"@stripe/react-stripe-js": "^2.8.1",
5252
"@stripe/stripe-js": "^3.5.0",

0 commit comments

Comments
 (0)