Update Fastlane's upload URL for Sentry. (#1260)

This commit is contained in:
Doug
2023-07-05 19:47:51 +01:00
committed by GitHub
parent 99bed120e1
commit f6f8cd454f

View File

@@ -191,7 +191,7 @@ lane :upload_dsyms_to_sentry do |options|
sentry_upload_dif(
auth_token: auth_token,
org_slug: 'element',
project_slug: 'elementx',
project_slug: 'element-x-ios',
url: 'https://sentry.tools.element.io/',
path: dsym_path,
)