From 62138196e0ad7bf3756d65c674cd4a76e2955040 Mon Sep 17 00:00:00 2001 From: Mick F Date: Thu, 12 Oct 2023 15:57:37 +0200 Subject: [PATCH] Fix on premise config for debug-symbols-apple (#8177) --- src/platform-includes/debug-symbols-apple/_default.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/platform-includes/debug-symbols-apple/_default.mdx b/src/platform-includes/debug-symbols-apple/_default.mdx index 51c596c601d37..7cbf20c17fd3f 100644 --- a/src/platform-includes/debug-symbols-apple/_default.mdx +++ b/src/platform-includes/debug-symbols-apple/_default.mdx @@ -55,10 +55,10 @@ sentry_upload_dif( -By default fastlane will connect to sentry.io. For on-prem you need to provide the _api_host_ parameter to instruct the tool to connect to your server: +By default fastlane will connect to sentry.io. For on-prem you need to provide the _url_ parameter to instruct the tool to connect to your server: ``` -api_host: 'https://mysentry.invalid/' +url: 'https://mysentry.invalid/' ```