From 21ac812986e2173f5545a1ceeb3662b2be8c363a Mon Sep 17 00:00:00 2001 From: Nelson Osacky Date: Wed, 5 Nov 2025 17:52:25 +0100 Subject: [PATCH] chore(deps): Update fastlane-plugin-sentry to 1.35.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- ios/Gemfile.lock | 4 ++-- ios/fastlane/Pluginfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ios/Gemfile.lock b/ios/Gemfile.lock index 052df03a..b718938f 100644 --- a/ios/Gemfile.lock +++ b/ios/Gemfile.lock @@ -116,7 +116,7 @@ GEM xcpretty-travis-formatter (>= 0.0.3, < 2.0.0) fastlane-plugin-emerge (0.10.8) faraday (~> 1.1) - fastlane-plugin-sentry (1.34.0) + fastlane-plugin-sentry (1.35.0) os (~> 1.1, >= 1.1.4) fastlane-sirp (1.0.0) sysrandom (~> 1.0) @@ -231,7 +231,7 @@ PLATFORMS DEPENDENCIES fastlane fastlane-plugin-emerge (= 0.10.8) - fastlane-plugin-sentry (= 1.34.0) + fastlane-plugin-sentry (= 1.35.0) xcpretty BUNDLED WITH diff --git a/ios/fastlane/Pluginfile b/ios/fastlane/Pluginfile index 420e9352..d2a2e598 100644 --- a/ios/fastlane/Pluginfile +++ b/ios/fastlane/Pluginfile @@ -3,4 +3,4 @@ # Ensure this file is checked in to source control! gem 'fastlane-plugin-emerge', '0.10.8' -gem 'fastlane-plugin-sentry', '1.34.0' +gem 'fastlane-plugin-sentry', '1.35.0'