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

Removing check to enable build logging output #31

Closed matthewjhowells closed 1 year ago

matthewjhowells commented 1 year ago

We can remove the %i[err out] => :close check from the Cocoapods dSYM upload script to make more information visible in the build logs regarding dSYM upload success and failures.

This change has also been reflected in our docs, with the check being removed from the manual dSYM upload script provided.

With this check removed, on a successful upload users should see something like this in their build logs: 231491542-e932c596-611e-4317-b3ba-6b52382eb629

In an unsuccessful upload users should see the error message outputed to the build logs:

231491878-8cf48b93-2a72-4496-902a-dcadd8c5fb80

Changeset

The only changes made are to remove the line containing %i[err out] => :close.

Testing

This change was successfully tested in a new xcode project using a locally built version of this cocoapods-bugsnag branch.