You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instabug Repro Steps are enabled by default. It captures a screenshot of each screen the user navigates to. These screens are attached to the BugReport when sent.
203
163
204
-
We support the 2 most popular React Native navigation libraries:
164
+
We support the two most popular React Native navigation libraries:
if [ !"${INSTABUG_APP_VERSION_CODE}" ] || [ -z"${INSTABUG_APP_VERSION_CODE}" ];then
30
+
echo"Environment variable $INSTABUG_APP_VERSION_CODE_ENV was specified inside Info.plist but was not found, please upload the sourcemap files manually"
31
+
exit 0
32
+
fi
33
+
fi
26
34
fi
27
35
if [ !"${INSTABUG_APP_VERSION_NAME}" ] || [ -z"${INSTABUG_APP_VERSION_NAME}" ];then
if [ !"${INSTABUG_APP_VERSION_NAME}" ] || [ -z"${INSTABUG_APP_VERSION_NAME}" ];then
45
+
echo"Environment variable $INSTABUG_APP_VERSION_NAME_ENV was specified inside Info.plist but was not found, please upload the sourcemap files manually"
0 commit comments