Relink project and resolve compile errors.
This commit is contained in:
4
App.js
4
App.js
@@ -15,12 +15,12 @@ import "expo-asset";
|
||||
import Toast from "react-native-toast-message";
|
||||
import { SafeAreaProvider } from "react-native-safe-area-context";
|
||||
Sentry.init({
|
||||
dsn: "https://8d6c3de1940a4e4f8b81cf4d2150bdea@o492140.ingest.sentry.io/5558869",
|
||||
dsn: "https://4866820768550ca396e849fa325e84d6@o492140.ingest.sentry.io/4505637419614208",
|
||||
enableInExpoDevelopment: true,
|
||||
tracesSampleRate: 0.2,
|
||||
integrations: [
|
||||
new Sentry.Native.ReactNativeTracing({
|
||||
tracingOrigins: ["localhost", "imex.online", "cloudinary.com", /^\//],
|
||||
tracingOrigins: ["localhost", "romeonline.io", "cloudinary.com", /^\//],
|
||||
// ... other options
|
||||
}),
|
||||
],
|
||||
|
||||
20
app.json
20
app.json
@@ -6,7 +6,7 @@
|
||||
"extra": {
|
||||
"expover": "1",
|
||||
"eas": {
|
||||
"projectId": "ffe01f3a-d507-4698-82cd-da1f1cad450b"
|
||||
"projectId": "df105e21-a07f-4425-af10-2200a7704a48"
|
||||
}
|
||||
},
|
||||
"orientation": "default",
|
||||
@@ -41,9 +41,7 @@
|
||||
"updates": {
|
||||
"fallbackToCacheTimeout": 0
|
||||
},
|
||||
"assetBundlePatterns": [
|
||||
"**/*"
|
||||
],
|
||||
"assetBundlePatterns": ["**/*"],
|
||||
"web": {
|
||||
"favicon": "./assets/logo192noa.png",
|
||||
"config": {
|
||||
@@ -61,16 +59,7 @@
|
||||
},
|
||||
"description": "",
|
||||
"hooks": {
|
||||
"postPublish": [
|
||||
{
|
||||
"file": "sentry-expo/upload-sourcemaps",
|
||||
"config": {
|
||||
"organization": "snapt-software",
|
||||
"project": "imexmobile",
|
||||
"authToken": "32fed1c2d5a8440da684b624ee678874b64c51bb9b0b4b608ab4a15516d6dd02"
|
||||
}
|
||||
}
|
||||
]
|
||||
"postPublish": []
|
||||
},
|
||||
"plugins": [
|
||||
"sentry-expo",
|
||||
@@ -83,6 +72,7 @@
|
||||
}
|
||||
],
|
||||
"expo-localization"
|
||||
]
|
||||
],
|
||||
"owner": "romeonline"
|
||||
}
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user