diff options
Diffstat (limited to 'src/App.native.tsx')
-rw-r--r-- | src/App.native.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.native.tsx b/src/App.native.tsx index 318258aa7..63284d5d5 100644 --- a/src/App.native.tsx +++ b/src/App.native.tsx @@ -1,5 +1,5 @@ import 'react-native-url-polyfill/auto' -import '#/lib/sentry' // must be near top +import '#/logger/sentry/setup' import '#/lib/bitdrift' // must be near top import '#/view/icons' |