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
if [ !"${INSTABUG_APP_TOKEN}" ] || [ -z"${INSTABUG_APP_TOKEN}" ];then
17
-
echo"Instabug: err: INSTABUG_APP_TOKEN not found. Make sure you've added the SDK initialization line Instabug.start Or added the environment variable INSTABUG_APP_TOKEN"
30
+
echo"Instabug: INSTABUG_APP_TOKEN not found. Make sure you've added the SDK initialization line Instabug.start Or added the environment variable INSTABUG_APP_TOKEN"
18
31
exit 0
19
32
else
20
33
if [ !"${INSTABUG_APP_VERSION_CODE}" ] || [ -z"${INSTABUG_APP_VERSION_CODE}" ];then
0 commit comments