We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fa5218 commit e96faccCopy full SHA for e96facc
ios/Instabug.framework/InstabugResources.bundle/Instabug_dsym_upload.sh
@@ -136,7 +136,7 @@ echo "Instabug: Compressing dSYM file..."
136
# Upload dSYM
137
echo "Instabug: Uploading dSYM file..."
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}")
+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
if [ $STATUS -ne 200 ]; then
141
echo "Instabug: err: dSYM archive not succesfully uploaded."
142
echo "Instabug: deleting temporary dSYM archive..."
0 commit comments