Add sentry.

This commit is contained in:
Patrick Fic
2025-10-29 10:53:58 -07:00
parent 72ff11ceab
commit accfb7a38c
9 changed files with 380 additions and 7 deletions

View File

@@ -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"
}
]
]
}
}