Uploading Symbol Files
Upload dSYMs, ProGuard and R8 mappings, NDK symbols, source maps, and Dart symbols with the Luciq CLI, from your terminal or your CI pipeline.
luciq upload <SUBCOMMAND> FILE --slug my-app --mode production [options]iOS
Command
File
Description
luciq upload ios-dsym MyApp-dSYMs.zip --slug my-app --mode productionAndroid
Command
File
Description
luciq upload android-mapping mapping.txt \
--slug my-app \
--mode production \
--version-name 1.0.0 \
--version-code 1React Native
Command
File
Description
Flutter
Command
File
Description
Options by command type
Command type
Required options
Using it in CI
Last updated