File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,6 @@ if [ ! "${INSTABUG_APP_TOKEN}" ] || [ -z "${INSTABUG_APP_TOKEN}" ] || [ "${INSTA
3434else
3535 echo " Instabug: Uploading files..."
3636 # Upload ios sourcemap
37- curl -X POST ' https://api.instabug.com/api/sdk/v3/symbols_files' -F " symbols_file=@./ios -sourcemap.json" -F " application_token=${INSTABUG_APP_TOKEN} " -F " platform=react_native" -F " os=ios "
37+ curl -X POST ' https://api.instabug.com/api/sdk/v3/symbols_files' -F " symbols_file=@./android -sourcemap.json" -F " application_token=${INSTABUG_APP_TOKEN} " -F " platform=react_native" -F " os=android "
3838 echo
3939fi
Original file line number Diff line number Diff line change 11{
22 "name" : " instabug-reactnative" ,
3- "version" : " 8.2.4 " ,
3+ "version" : " 8.2.5 " ,
44 "description" : " React Native plugin for integrating the Instabug SDK" ,
55 "main" : " index.js" ,
66 "types" : " index.d.ts" ,
You can’t perform that action at this time.
0 commit comments