Skip to content

Commit e1e6be6

Browse files
committed
Update Sentry which was completely breaking the app
Sentry was preventing React Router's state from being synced with the browser. See getsentry/sentry-javascript#15576
1 parent 3c49ac4 commit e1e6be6

File tree

2 files changed

+81
-81
lines changed

2 files changed

+81
-81
lines changed

package-lock.json

Lines changed: 79 additions & 79 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"@radix-ui/react-popover": "^1.1.6",
2626
"@radix-ui/react-scroll-area": "^1.0.4",
2727
"@radix-ui/react-slot": "^1.1.2",
28-
"@sentry/react": "^9.1.0",
29-
"@sentry/vite-plugin": "^3.2.0",
28+
"@sentry/react": "^9.5.0",
29+
"@sentry/vite-plugin": "^3.2.2",
3030
"class-variance-authority": "^0.7.1",
3131
"clsx": "^2.1.1",
3232
"date-fns": "^3.6.0",

0 commit comments

Comments
 (0)