Use Sentry only for errors (#1776)
* Use Sentry only for errors * Fix merge
This commit is contained in:
parent
7ffbee18b5
commit
fa821943da
4 changed files with 3 additions and 62 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue