bugsnag / cocoapods-bugsnag

A CocoaPods plugin to integrate bugsnag into your project workspace
https://docs.bugsnag.com/platforms/ios/symbolication-guide/
MIT License
7 stars 3 forks source link

Add apikey form parameter to dSYM upload cURL command #4

Closed mikeewhite closed 5 years ago

mikeewhite commented 6 years ago

Goal

When a dSYM is uploaded, the API key should be included when making the call to the upload server. For all plugins and tools, we should try to do this by default if possible (by reading the Info.plist or via an environment variable).

Changeset

Changed

Tests

Manually tested by installing cocoapods plugin on a test project and checking that the dSYM was uploaded with the expected API key set for both scenarios (API key set in environment variable/Info.plist) on building/archiving the project.

Review

For the submitter, initial self-review:

For the pull request reviewer(s), this changeset has been reviewed for: