about summary refs log tree commit diff
path: root/src/App.web.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/App.web.tsx')
-rw-r--r--src/App.web.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/App.web.tsx b/src/App.web.tsx
index e259a48e9..429328276 100644
--- a/src/App.web.tsx
+++ b/src/App.web.tsx
@@ -1,4 +1,5 @@
 import React, {useState, useEffect} from 'react'
+import 'lib/sentry' // must be relatively on top
 import {SafeAreaProvider} from 'react-native-safe-area-context'
 import {RootSiblingParent} from 'react-native-root-siblings'
 import * as view from './view/index'