Fix the upload_dsyms_to_sentry lane after plugin update.
This commit is contained in:
committed by
Stefan Ceriu
parent
bf9c54b1e2
commit
a50738db64
@@ -167,7 +167,7 @@ lane :upload_dsyms_to_sentry do |options|
|
||||
UI.user_error!("Invalid DSYM path.") unless !dsym_path.to_s.empty?
|
||||
|
||||
begin
|
||||
sentry_upload_dif(
|
||||
sentry_debug_files_upload(
|
||||
auth_token: auth_token,
|
||||
org_slug: 'element',
|
||||
project_slug: 'element-x-ios',
|
||||
|
||||
Reference in New Issue
Block a user