Use Sentry only for errors (#1776)

* Use Sentry only for errors

* Fix merge
This commit is contained in:
dan 2023-11-07 04:30:00 +00:00 committed by GitHub
parent 7ffbee18b5
commit fa821943da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 3 additions and 62 deletions

View file

@ -10,7 +10,6 @@ import {QueryClientProvider} from '@tanstack/react-query'
import 'view/icons'
import {withSentry} from 'lib/sentry'
import {ThemeProvider} from 'lib/ThemeContext'
import {s} from 'lib/styles'
import {RootStoreModel, setupState, RootStoreProvider} from './state'
@ -62,4 +61,4 @@ const App = observer(function AppImpl() {
)
})
export default withSentry(App)
export default App