Skip to content

Commit e7c69cb

Browse files
authored
fix(ui): Upgrade sentry sdk, re-enable tracing in dev mode (#101543)
removes prod only mode from #101169 10.20.0 includes fix from getsentry/sentry-javascript#17905
1 parent 57f7359 commit e7c69cb

File tree

3 files changed

+147
-156
lines changed

3 files changed

+147
-156
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,13 @@
6868
"@sentry-internal/rrweb": "2.38.0",
6969
"@sentry-internal/rrweb-player": "2.38.0",
7070
"@sentry-internal/rrweb-snapshot": "2.38.0",
71-
"@sentry/core": "10.19.0",
72-
"@sentry/node": "10.19.0",
73-
"@sentry/react": "10.19.0",
71+
"@sentry/core": "10.20.0",
72+
"@sentry/node": "10.20.0",
73+
"@sentry/react": "10.20.0",
7474
"@sentry/release-parser": "^1.3.1",
7575
"@sentry/status-page-list": "^0.6.1",
7676
"@sentry/toolbar": "1.0.0-beta.16",
77-
"@sentry/webpack-plugin": "^4.0.0",
77+
"@sentry/webpack-plugin": "4.4.0",
7878
"@stripe/react-stripe-js": "^3.9.2",
7979
"@stripe/stripe-js": "^5.10.0",
8080
"@swc/plugin-emotion": "11.0.3",
@@ -189,7 +189,7 @@
189189
"@prettier/plugin-oxc": "0.0.4",
190190
"@sentry-internal/rrweb-types": "2.38.0",
191191
"@sentry/jest-environment": "6.1.0",
192-
"@sentry/profiling-node": "10.19.0",
192+
"@sentry/profiling-node": "10.20.0",
193193
"@styled/typescript-styled-plugin": "^1.0.1",
194194
"@tanstack/eslint-plugin-query": "5.83.1",
195195
"@testing-library/dom": "10.4.0",

0 commit comments

Comments
 (0)