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..."
136
136
# Upload dSYM
137
137
echo " Instabug: Uploading dSYM file..."
138
138
ENDPOINT=" 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} " )
140
140
if [ $STATUS -ne 200 ]; then
141
141
echo " Instabug: err: dSYM archive not succesfully uploaded."
142
142
echo " Instabug: deleting temporary dSYM archive..."
You can’t perform that action at this time.
0 commit comments