DataDog / datadog-fastlane-plugin

Datadog's fastlane plugin for iOS development
Apache License 2.0
5 stars 1 forks source link

RUMM-1634 upload_symbols_to_datadog action #2

Closed buranmert closed 2 years ago

buranmert commented 2 years ago

upload_symbols_to_datadog action is added

this is a thin wrapper around datadog-ci CLI tool. target audience is iOS devs who uses Datadog crash reporting, they can upload their dSYM files to Datadog in order to symbolicate their crash reports.

buranmert commented 2 years ago

UPDATE: now i'm trying with download_dsyms action ๐Ÿงช it gives an array of dSYM paths whereas this PR expects a single path. i'm making some changes to support this ๐Ÿšง

buranmert commented 2 years ago

i replaced dsym_path: String parameter with dsym_paths: Array โœ… then i tried with download_dsyms ๐Ÿš€ Screenshot 2021-11-18 at 17 45 17