feat:添加哨兵功能,错误日志收集,为持续迭代做准备

This commit is contained in:
Developer
2026-03-24 00:17:43 +08:00
parent e05484bba6
commit 9bffc16fef
10 changed files with 588 additions and 56 deletions

View File

@@ -1,7 +1,7 @@
{
"expo": {
"name": "JKVideo",
"slug": "jkvideo",
"slug": "jsvideo",
"version": "1.0.5",
"scheme": "bilibili",
"orientation": "default",
@@ -24,6 +24,9 @@
},
"predictiveBackGestureEnabled": false,
"permissions": [
"android.permission.RECORD_AUDIO",
"android.permission.MODIFY_AUDIO_SETTINGS",
"android.permission.REQUEST_INSTALL_PACKAGES",
"android.permission.RECORD_AUDIO",
"android.permission.MODIFY_AUDIO_SETTINGS",
"android.permission.REQUEST_INSTALL_PACKAGES"
@@ -37,10 +40,27 @@
"plugins": [
"expo-router",
"react-native-video",
"expo-screen-orientation"
"expo-screen-orientation",
"expo-updates",
"@sentry/react-native/expo"
],
"experiments": {
"typedRoutes": true
}
},
"runtimeVersion": {
"policy": "appVersion"
},
"updates": {
"url": "https://u.expo.dev/eac4192a-ae80-461c-8fff-6e1a8b777bd1",
"checkAutomatically": "ON_LOAD",
"fallbackToCacheTimeout": 0
},
"extra": {
"router": {},
"eas": {
"projectId": "eac4192a-ae80-461c-8fff-6e1a8b777bd1"
}
},
"owner": "jinsha"
}
}