You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Crashlytics requires that we upload .dsym files in order to get more details in our iOS crash reports. We have logic in our iOS Fastfile to do this automatically, but it hasn't been working for the past several releases, so we've been uploading the .dsym files manually.
Automation Ticket
Type of Change
What systems/scripts are changing?
What is the work being done?
Crashlytics requires that we upload .dsym files in order to get more details in our iOS crash reports. We have logic in our iOS Fastfile to do this automatically, but it hasn't been working for the past several releases, so we've been uploading the .dsym files manually.
fastlane upload_symbols_to_crashlytics docs
Testing considerations
What testing did you do?
What testing needs to be done by the reviewer?
What testing needs to be done to ensure that this work is complete in production?
Check that that .dsym has been uploaded successfully after a production release
Acceptability Criteria
The text was updated successfully, but these errors were encountered: