HomeDocumentationAPI Reference
Getting StartedAPI ReferenceBug ReportingCrash ReportingAPMHelp Center
These docs are for v8.1. Click to read the latest docs for v12.0.0.

Obfuscation

Explained here is how to deobfuscate your crashes to get more details from stack traces.

Uploading Manually via the Dashboard

Go to Upload Mapping Files in the Settings menu of your Instabug dashboard and upload your Mapping.txt file.

2160

Since multiple mapping files can be uploaded that correspond to a different application version, you will need to specify the version code and name.

2160

Uploading via API

We have an API end point that you can use to upload your mapping files directly from the console. Mapping files must be uploaded as a .txt file.

URL:
/api/sdk/v3/symbols_files
METHOD:
POST
PARAMS:
file
os (android, ios,,,)
application_token

What’s Next

After a crash has been deobfuscated and the fix is done, reach out to your affected users and let them know to update.