Fix the upload_dsyms_to_sentry lane after plugin update.

This commit is contained in:
Stefan Ceriu
2026-02-15 11:59:31 +02:00
committed by Stefan Ceriu
parent bf9c54b1e2
commit a50738db64

View File

@@ -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',