From d1d936369fdfc34c24931e3c61baefc995cd17c5 Mon Sep 17 00:00:00 2001 From: Nelson Osacky Date: Thu, 18 Sep 2025 19:47:59 +0200 Subject: [PATCH] Add build_configuration to iOS sentry_upload_build calls MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- ios/fastlane/Fastfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ios/fastlane/Fastfile b/ios/fastlane/Fastfile index de7df007..30c1e70c 100644 --- a/ios/fastlane/Fastfile +++ b/ios/fastlane/Fastfile @@ -187,6 +187,7 @@ platform :ios do head_sha: ENV['SENTRY_SHA'], vcs_provider: 'github', head_repo_name: 'EmergeTools/hackernews', + build_configuration: 'Release', log_level: 'debug' ) end @@ -212,6 +213,7 @@ platform :ios do head_sha: ENV['SENTRY_SHA'], vcs_provider: 'github', head_repo_name: 'EmergeTools/hackernews', + build_configuration: ENV['CONFIGURATION'], log_level: 'debug' ) end