File tree 2 files changed +2
-2
lines changed
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
34
34
else
35
35
echo " Instabug: Uploading files..."
36
36
# 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 "
38
38
echo
39
39
fi
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " instabug-reactnative" ,
3
- "version" : " 8.2.4 " ,
3
+ "version" : " 8.2.5 " ,
4
4
"description" : " React Native plugin for integrating the Instabug SDK" ,
5
5
"main" : " index.js" ,
6
6
"types" : " index.d.ts" ,
You can’t perform that action at this time.
0 commit comments