File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 114
114
xcpretty-travis-formatter (>= 0.0.3 , < 2.0.0 )
115
115
fastlane-plugin-emerge (0.10.8 )
116
116
faraday (~> 1.1 )
117
+ fastlane-plugin-sentry (1.29.0 )
118
+ os (~> 1.1 , >= 1.1.4 )
117
119
fastlane-sirp (1.0.0 )
118
120
sysrandom (~> 1.0 )
119
121
gh_inspector (1.1.3 )
@@ -226,6 +228,7 @@ PLATFORMS
226
228
DEPENDENCIES
227
229
fastlane
228
230
fastlane-plugin-emerge (= 0.10.8 )
231
+ fastlane-plugin-sentry
229
232
xcpretty
230
233
231
234
BUNDLED WITH
Original file line number Diff line number Diff line change @@ -164,6 +164,7 @@ platform :ios do
164
164
auth_token : ENV [ 'SENTRY_AUTH_TOKEN' ] ,
165
165
org_slug : 'emerge-tools' ,
166
166
project_slug : 'hackernews-ios' ,
167
+ include_sources : true
167
168
)
168
169
end
169
170
Original file line number Diff line number Diff line change 3
3
# Ensure this file is checked in to source control!
4
4
5
5
gem 'fastlane-plugin-emerge', '0.10.8'
6
+ gem 'fastlane-plugin-sentry'
You can’t perform that action at this time.
0 commit comments