...
Using the upload_url from the response in Step 1, perform the following request to upload the mapping file:
Request
Code Block | ||
---|---|---|
| ||
curl \ -F "file=@mapping.txt" \ -F "bundle_id=com.yourcompany.TestApp" \ -F "version=2.5" \ -F "release_type=APP_STORE" \ https://prod-dopinder-v2.securetheorem.com/_ah/upload/sourcemap/2341c14f-c933-4a0b-v10b-bcfa1ad008d0 |
...