File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
ios/Instabug.framework/InstabugResources.bundle Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ echo "Instabug: Compressing dSYM file..."
136136# Upload dSYM
137137echo " Instabug: Uploading dSYM file..."
138138ENDPOINT=" https://api.instabug.com/api/sdk/v3/symbols_files"
139- STATUS=$( curl " ${ENDPOINT} " --write-out %{http_code} --silent --output /dev/null -F symbols_file=@" ${DSYM_PATH_ZIP} " -F application_token=" ${APP_TOKEN} " )
139+ STATUS=$( curl " ${ENDPOINT} " --write-out %{http_code} --silent --output /dev/null -F os=ios -F symbols_file=@" ${DSYM_PATH_ZIP} " -F application_token=" ${APP_TOKEN} " )
140140if [ $STATUS -ne 200 ]; then
141141 echo " Instabug: err: dSYM archive not succesfully uploaded."
142142 echo " Instabug: deleting temporary dSYM archive..."
You can’t perform that action at this time.
0 commit comments