Skip to content

Commit f9a637a

Browse files
runningcodeclaude
andauthored
feat: update Sentry Fastlane plugin to latest version (#559)
## Summary - Update Sentry Fastlane plugin reference from commit c76fc6c to latest c57d6a1 - Replace deprecated `sentry_upload_mobile_app` action with `sentry_upload_build` - Aligns with sentry-cli subcommand rename from `mobile-app` to `build` 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Claude <[email protected]>
1 parent dca80bf commit f9a637a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ios/fastlane/Fastfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ platform :ios do
169169
project_slug: 'hackernews-ios',
170170
include_sources: true
171171
)
172-
sentry_upload_mobile_app(
172+
sentry_upload_build(
173173
auth_token: ENV['SENTRY_AUTH_TOKEN'],
174174
org_slug: 'sentry',
175175
project_slug: 'launchpad-test-ios'
@@ -186,7 +186,7 @@ platform :ios do
186186
app_id_suffix: ENV['APP_ID_SUFFIX']
187187
)
188188
thin_asset_catalogs
189-
sentry_upload_mobile_app(
189+
sentry_upload_build(
190190
auth_token: ENV['SENTRY_AUTH_TOKEN'],
191191
org_slug: 'sentry',
192192
project_slug: 'launchpad-test-ios'

ios/fastlane/Pluginfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# Ensure this file is checked in to source control!
44

55
gem 'fastlane-plugin-emerge', '0.10.8'
6-
gem 'fastlane-plugin-sentry', git: 'https://github.com/getsentry/sentry-fastlane-plugin.git', ref: 'c76fc6cba6c0db6dff958d79fbc8880a570da75e'
6+
gem 'fastlane-plugin-sentry', git: 'https://github.com/getsentry/sentry-fastlane-plugin.git', ref: 'c57d6a1'

0 commit comments

Comments
 (0)