Skip to content

Commit e8bd639

Browse files
xsahil03xclaude
andcommitted
chore(sample): upload dSYMs to Crashlytics from internal TestFlight lane
Match the v10 branch — the internal TestFlight lane should upload dSYMs to Firebase Crashlytics like distribute_to_testflight does, so symbolicated crash reports are available for internal-tester builds. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent e2a1c33 commit e8bd639

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

sample_app/ios/fastlane/Fastfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ platform :ios do
133133
build_number = (current_build_number || 0).to_i + 1
134134
build_ipa(export_method: "app-store", build_number: build_number)
135135

136+
upload_dsyms_to_crashlytics
137+
136138
upload_to_testflight(
137139
api_key: appstore_api_key,
138140
distribute_external: false,

0 commit comments

Comments
 (0)