Skip to content

Commit f5dfc55

Browse files
runningcodeclaude
andcommitted
Enable Sentry debug flag for iOS Fastlane plugin
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 4ddc560 commit f5dfc55

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

ios/fastlane/Fastfile

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,12 +167,14 @@ platform :ios do
167167
auth_token: ENV['SENTRY_AUTH_TOKEN'],
168168
org_slug: 'emerge-tools',
169169
project_slug: 'hackernews-ios',
170-
include_sources: true
170+
include_sources: true,
171+
debug: true
171172
)
172173
sentry_upload_build(
173174
auth_token: ENV['SENTRY_SENTRY_AUTH_TOKEN'],
174175
org_slug: 'sentry',
175-
project_slug: 'launchpad-test-ios'
176+
project_slug: 'launchpad-test-ios',
177+
debug: true
176178
)
177179
end
178180

@@ -189,7 +191,8 @@ platform :ios do
189191
sentry_upload_build(
190192
auth_token: ENV['SENTRY_SENTRY_AUTH_TOKEN'],
191193
org_slug: 'sentry',
192-
project_slug: 'launchpad-test-ios'
194+
project_slug: 'launchpad-test-ios',
195+
debug: true
193196
)
194197
end
195198

0 commit comments

Comments
 (0)