Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Using the upload_url from the response in Step 1, perform the following request to upload the mapping file:

Request

Code Block
languagebash
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

...