feat: add Sentry / improve error handling (#5509)
* initial commit * chore: tweaks * chore: tweaks ahead of full rewrite * chore: only enable Sentry in production builds * chore: keep existing behavior * chore: fix lint * chore: add release * feat: remove GA sendEvent exception * chore: simplify * chore: bring back new line * chore: group code together
Showing
... | ... | @@ -132,6 +132,7 @@ |
"@reach/portal": "^0.10.3", | ||
"@react-hook/window-scroll": "^1.3.0", | ||
"@reduxjs/toolkit": "^1.6.1", | ||
"@sentry/react": "^7.23.0", | ||
"@types/react-relay": "^13.0.2", | ||
"@types/react-window-infinite-loader": "^1.0.6", | ||
"@uniswap/analytics": "1.2.0", | ||
... | ... |
Please register or sign in to comment