Upload the dSYM File
Splunk AppDynamics requires the dSYM file for the application to produce human-readable stack traces for crash snapshots. For details about the importance of snapshots, see Get Human-Readable Crash Snapshots.
If you update the application, you are required to provide the new dSYM file for the new application version. The dSYM file contains a UUID that links it to a specific Xcode build, so Splunk AppDynamics can unambiguously match the correct dSYM file with an incoming crash report with no additional information.
To upload the dSYM file:
Enable the dSYM File
To enable the agent to provide human-readable information in the crash snapshots that are produced if the application crashes, compile with the DWARF with dSYM file option to create a debug symbols file for the application.
To enable dSYM:
- In Xcode, select your project in the Project Navigator.
- In the target list, select the target that builds your application.
- Select the Build Settings tab.
- In the Build Options section, make sure that the Debugging Information Format is set to DWARF with dSYM File.
ビルドごとに Splunk AppDynamics に dSYM ファイルを自動でアップロードする
dSYM ファイルのアップロードを自動化すると、ビルドのたびに必要な手動手順の数が削減され、すべてのビルドで適切な dSYM ファイルを Splunk AppDynamics が使用できるようになります。
開始する前に、xcode_build_dsym_upload.sh スクリプトをダウンロードします。
Manually Upload the dSYM File to Splunk AppDynamics
To upload the file manually:
Get the dSYM file from Xcode
Upload the dSYM File to Splunk AppDynamics Using the UI
- From the Mobile App menu, click Configuration.
- Click Mobile App Configuration.
- Under dSYM Files, click the + icon.
- From the Upload Missing dSYM Mapping dialog, click Choose File.The uploader expects a file with a
.zipextension. - In the file browser, select the zipped dSYM file for your instrumented application.
- Click Upload.
Upload the dSYM File to Splunk AppDynamics Using the REST API
The API uses HTTP basic authentication. The username is your EUM account name and the password is your EUM license key.
Set up your HTTP basic authentication credentials
-
In the upper-right corner of the Controller UI, click .
- From the Account Usage tab, swipe down to the User Experience section.
- Click Show next to License Key to display the EUM license key. This is your password for authentication.
- URL-encode the EUM account name and the EUM license key.
Send the dSYM File
Send the dSYM FileSend the dSYM as a zip archive in the body of a PUT -H Content-Type:application/octet-stream URI:
- Americas
-
https://api.eum-appdynamics.com/v2/account/<EUM_Account_Name>/ios-dsym
- EMEA
-
https://fra-api.eum-appdynamics.com/v2/account/<EUM_Account_Name>/ios-dsym
- APAC
-
https://syd-api.eum-appdynamics.com/v2/account/<EUM_Account_Name>/ios-dsym
Sample Request and Response
This is a sample request and response using the REST API.
Upload Request
The following example uses curl to send a dSYMm file named UISampleApp.app.dSYM.zip. The EUM account name is "Example account" and the password is "Example-License-Key-4e8ec2ae6cfe", the EUM License Key. The plus signs replace spaces in the account name when the account name is URL-encoded.
- Americas
-
curl -v -H Content-Type:application/octet-stream --upload-file UISampleApp.app.dSYM.zip --user Example account:Example-License-Key-4e8ec2ae6cfe https://api.eum-appdynamics.com/v2/account/Example+account/ios-dsym - EMEA
-
curl -v -H Content-Type:application/octet-stream --upload-file UISampleApp.app.dSYM.zip --user Example account:Example-License-Key-4e8ec2ae6cfe https://fra-api.eum-appdynamics.com/v2/account/Example+account/ios-dsym - APAC
-
curl -v -H Content-Type:application/octet-stream --upload-file UISampleApp.app.dSYM.zip --user Example account:Example-License-Key-4e8ec2ae6cfe https://syd-api.eum-appdynamics.com/v2/account/Example+account/ios-dsym
Upload Response
The successful output of the sample request looks like this:
- Americas
-
* About to connect() to api.eum-appdynamics.com port 443 (#0)* Trying ::1... * connected * Connected to api.eum-appdynamics.com (::1) port 443 (#0) * Server auth using Basic with user 'Example+account' > PUT /v2/account/Example+Account/ios-dsym HTTP/1.1 > Authorization: Basic SW50ZXJuYWwrdGVzdCthY2NvdW50OlRlc3RBY2N0LTFlMzktNDVkMy05MzAzLTRlOGVjMmFlNmNmZQ== > User-Agent: curl/7.24.0 (x86_64-apple-darwin12.0) libcurl/7.24.0 OpenSSL/0.9.8y zlib/1.2.5 > Host: localhost:7001 > Accept: */* > Content-Length: 0 > Expect: 100-continue > < HTTP/1.1 100 Continue < HTTP/1.1 200 OK < Content-Length: 0 < Server: Jetty(8.1.4.v20120524) < * Connection #0 to host api.eum-appdynamics.com left intact * Closing connection #0 - EMEA
-
* About to connect() to fra-api.eum-appdynamics.com port 443 (#0)* Trying ::1... * connected * Connected to fra-api.eum-appdynamics.com (::1) port 443 (#0) * Server auth using Basic with user 'Example+account' > PUT /v2/account/Example+Account/ios-dsym HTTP/1.1 > Authorization: Basic SW50ZXJuYWwrdGVzdCthY2NvdW50OlRlc3RBY2N0LTFlMzktNDVkMy05MzAzLTRlOGVjMmFlNmNmZQ== > User-Agent: curl/7.24.0 (x86_64-apple-darwin12.0) libcurl/7.24.0 OpenSSL/0.9.8y zlib/1.2.5 > Host: localhost:7001 > Accept: */* > Content-Length: 0 > Expect: 100-continue > < HTTP/1.1 100 Continue < HTTP/1.1 200 OK < Content-Length: 0 < Server: Jetty(8.1.4.v20120524) < * Connection #0 to host fra-api.eum-appdynamics.com left intact * Closing connection #0 - APAC
-
* About to connect() to syd-api.eum-appdynamics.com port 443 (#0)* Trying ::1... * connected * Connected to syd-api.eum-appdynamics.com (::1) port 443 (#0) * Server auth using Basic with user 'Example+account' > PUT /v2/account/Example+Account/ios-dsym HTTP/1.1 > Authorization: Basic SW50ZXJuYWwrdGVzdCthY2NvdW50OlRlc3RBY2N0LTFlMzktNDVkMy05MzAzLTRlOGVjMmFlNmNmZQ== > User-Agent: curl/7.24.0 (x86_64-apple-darwin12.0) libcurl/7.24.0 OpenSSL/0.9.8y zlib/1.2.5 > Host: localhost:7001 > Accept: */* > Content-Length: 0 > Expect: 100-continue > < HTTP/1.1 100 Continue < HTTP/1.1 200 OK < Content-Length: 0 < Server: Jetty(8.1.4.v20120524) < * Connection #0 to host syd-api.eum-appdynamics.com left intact * Closing connection #0
Use the Token to Upload dSYMs with the REST API
MAPPING_FILE_UPLOAD_API_DISABLED: TrueComplete the following steps to upload the dSYMs file:
Check Uploaded dSYMs Using the REST API
You can check to make sure that your dSYMs have successfully uploaded using two REST APIs.
- Get a list of the UUIDs for the last 50 dSYMs you have uploaded.
- Check if a specific dSYM has been uploaded.
List of the Last 50 dSYMs Uploaded
The dsymQuery method allows you to retrieve a list of UUIDs for up to the last 50 dSYM files that have been uploaded to your account, along with the time they were uploaded. The response is displayed as JSON, by upload time, with the most recent first.
- Set up your authentication as described in Upload the dSYM File to Splunk AppDynamics Using the REST API.
- Create a GET request of the form:
curl --user Example+account:Example-License-Key-4e8ec2ae6cfe https://<EUM_Cloud/Server_Host:Port>/v2/account/Example+account/crash-symbol-file-query/dsym- EUM_Cloudrefers to SaaS-based EUM Cloud URLs. For a complete list, see Splunk AppDynamics SaaS SaaS Domains and IP Ranges.- EUM_Server_Hostrefers to the URL pointing to your on-premises EUM Server.- EUM_Account_Nameis your EUM account name.
.- GUID_To_Checkis the GUID of the ProGuard file in which you are interested.
Sample Request
- Americas
-
curl --user Example+account:Example-License-Key-4e8ec2ae6cfe https://api.eum-appdynamics.com:443/v2/account/Example+account/crash-symbol-file-query/dsym - EMEA
-
curl --user Example+account:Example-License-Key-4e8ec2ae6cfe https://fra-api.eum-appdynamics.com:443/v2/account/Example+account/crash-symbol-file-query/dsym - APAC
-
curl --user Example+account:Example-License-Key-4e8ec2ae6cfe https://syd-api.eum-appdynamics.com:443/v2/account/Example+account/crash-symbol-file-query/dsym
Sample Response
{"dSymFiles":[
{"uploadTime":"mm/dd/yyyy 14:15:32","UUID2":"my_uuid2"},
{"uploadTime":"mm/dd/yyyy 14:15:32","UUID":"my_uuid"}
]}
Check for Specific dSYM by UUID
The checkForDSymFile method allows you to check if a specific dSYM by UUID has been uploaded. The upload time is returned in the response.
- Set up your authentication as described in Upload the dSYM File to Splunk AppDynamics Using the REST API.
- Create a GET request of the form:
curl --user Example+account:Example-License-Key-4e8ec2ae6cfe https://<EUM_Cloud/Server_Host:Port>/v2/account/Example+account/crash-symbol-file-query/dsym/uuid/<UUID_to_Check>- EUM_Cloudrefers to SaaS-based EUM Cloud URLs. For a complete list, see Splunk AppDynamics SaaS SaaS Domains and IP Ranges.- EUM_Server_Hostrefers to the URL pointing to your on-premises EUM Server.- EUM_Account_Nameis your EUM account name.
.- GUID_To_Checkis the GUID of the ProGuard file in which you are interested.Sample Request
curl --user Example+account:Example-License-Key-4e8ec2ae6cfe https://<EUM_Cloud/Server_Host:Port>/v2/account/Example+account/crash-symbol-file-query/dsym/uuid/<UUID_to_Check>Sample Response
{"uploadTime":"mm/dd/yyyy 14:15:32","UUID":"my_uuid"}