We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c241690 commit 0fb4e84Copy full SHA for 0fb4e84
tools/fastlane-plugin/lib/fastlane/plugin/bugsnag/actions/upload_symbols_to_bugsnag.rb
@@ -145,12 +145,6 @@ def self.available_options
145
description: "URL of the server receiving uploaded files",
146
default_value: nil,
147
optional: true),
148
- FastlaneCore::ConfigItem.new(key: :symbol_maps_path,
149
- env_name: "BUGSNAG_SYMBOL_MAPS_PATH",
150
- description: "Path to the BCSymbolMaps directory to build complete dSYM files",
151
- default_value: nil,
152
- optional: true,
153
- verify_block: validate_symbol_maps),
154
FastlaneCore::ConfigItem.new(key: :project_root,
155
env_name: "BUGSNAG_PROJECT_ROOT",
156
description: "Root path of the project",
0 commit comments