Skip to content

Commit 852c3f4

Browse files
committed
generate source maps and upload to bugsnag after uploading a new build
1 parent a6c81a0 commit 852c3f4

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

fastlane/platforms/android.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@
2727

2828
supply(track: track,
2929
check_superseded_tracks: true)
30+
31+
generate_sourcemap
32+
upload_sourcemaps_to_bugsnag
3033
end
3134

3235
desc 'Submit a new beta build to Google Play'

fastlane/platforms/ios.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@
4747
puts 'Changelog failed to upload:'
4848
puts error
4949
end
50+
generate_sourcemap
51+
upload_sourcemaps_to_bugsnag
5052
end
5153

5254
desc 'Bundle an iOS sourcemap'

0 commit comments

Comments
 (0)