feat: pageload performance tracing (#6146)
* build: add @sentry/tracing * feat: turn on pageload tracing * feat: simple trace abstractions * fix: set sample rate in .env * fix: rm unused trace * fix: bump size for new deps * fix: unnecessary line
Showing
... | ... | @@ -132,7 +132,8 @@ |
"@reach/portal": "^0.10.3", | ||
"@react-hook/window-scroll": "^1.3.0", | ||
"@reduxjs/toolkit": "^1.6.1", | ||
"@sentry/react": "^7.29.0", | ||
"@sentry/react": "^7.40.0", | ||
"@sentry/tracing": "^7.40.0", | ||
"@types/react-window-infinite-loader": "^1.0.6", | ||
"@uniswap/analytics": "^1.3.1", | ||
"@uniswap/analytics-events": "^2.6.0", | ||
... | ... |
Please register or sign in to comment