Skip to content

Commit 77809c9

Browse files
authored
Fix Sentry Fastlane setup (#469)
1 parent 754cdd5 commit 77809c9

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

ios/Gemfile.lock

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@ GEM
114114
xcpretty-travis-formatter (>= 0.0.3, < 2.0.0)
115115
fastlane-plugin-emerge (0.10.8)
116116
faraday (~> 1.1)
117+
fastlane-plugin-sentry (1.29.0)
118+
os (~> 1.1, >= 1.1.4)
117119
fastlane-sirp (1.0.0)
118120
sysrandom (~> 1.0)
119121
gh_inspector (1.1.3)
@@ -226,6 +228,7 @@ PLATFORMS
226228
DEPENDENCIES
227229
fastlane
228230
fastlane-plugin-emerge (= 0.10.8)
231+
fastlane-plugin-sentry
229232
xcpretty
230233

231234
BUNDLED WITH

ios/fastlane/Fastfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ platform :ios do
164164
auth_token: ENV['SENTRY_AUTH_TOKEN'],
165165
org_slug: 'emerge-tools',
166166
project_slug: 'hackernews-ios',
167+
include_sources: true
167168
)
168169
end
169170

ios/fastlane/Pluginfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +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'

0 commit comments

Comments
 (0)