From a88df388f9fea63ca588ccd3c5238149aa1c5924 Mon Sep 17 00:00:00 2001 From: Doug <6060466+pixlwave@users.noreply.github.com> Date: Wed, 5 Jul 2023 19:47:51 +0100 Subject: [PATCH] Update Fastlane's upload URL for Sentry. (#1260) --- fastlane/Fastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index ae4324f41..c688aa941 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -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, )