Add sentry.
This commit is contained in:
19
app.json
19
app.json
@@ -14,7 +14,10 @@
|
||||
"runtimeVersion": "appVersion",
|
||||
"orientation": "default",
|
||||
"icon": "./assets/ImEXlogo192noa.png",
|
||||
"platforms": ["ios", "android"],
|
||||
"platforms": [
|
||||
"ios",
|
||||
"android"
|
||||
],
|
||||
"ios": {
|
||||
"supportsTablet": true,
|
||||
"bundleIdentifier": "com.imex.imexmobile",
|
||||
@@ -48,7 +51,9 @@
|
||||
"fallbackToCacheTimeout": 0,
|
||||
"url": "https://u.expo.dev/ffe01f3a-d507-4698-82cd-da1f1cad450b"
|
||||
},
|
||||
"assetBundlePatterns": ["**/*"],
|
||||
"assetBundlePatterns": [
|
||||
"**/*"
|
||||
],
|
||||
"web": {
|
||||
"favicon": "./assets/ImEXlogo192noa.png",
|
||||
"config": {
|
||||
@@ -89,7 +94,15 @@
|
||||
"expo-localization",
|
||||
"expo-font",
|
||||
"expo-router",
|
||||
"expo-notifications"
|
||||
"expo-notifications",
|
||||
[
|
||||
"@sentry/react-native/expo",
|
||||
{
|
||||
"url": "https://sentry.io/",
|
||||
"project": "imexmobile",
|
||||
"organization": "imex"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user