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 5bf81e0ca6
commit a88df388f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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,
)