Merge pull request #6413 from vector-im/andy/sentry_fastlane

Upload Dsyms to Sentry when building Alpha
This commit is contained in:
Anderas
2022-08-18 13:44:26 +01:00
committed by GitHub
4 changed files with 6 additions and 1 deletions
+1
View File
@@ -91,6 +91,7 @@ jobs:
FASTLANE_USER: ${{ secrets.FASTLANE_USER }}
FASTLANE_PASSWORD: ${{ secrets.FASTLANE_PASSWORD }}
DIAWI_API_TOKEN: ${{ secrets.DIAWI_API_TOKEN }}
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
- name: Add or update PR comment with Ad-hoc release informations
uses: NejcZdovc/comment-pr@v1
+1
View File
@@ -1,2 +1,3 @@
brew "xcodegen"
brew "mint"
brew "getsentry/tools/sentry-cli"
+3 -1
View File
@@ -159,6 +159,7 @@ GEM
fastlane-plugin-brew (0.1.1)
fastlane-plugin-diawi (2.1.0)
rest-client (>= 2.0.0)
fastlane-plugin-sentry (1.12.1)
fastlane-plugin-versioning (0.5.0)
fastlane-plugin-xcodegen (1.1.0)
fastlane-plugin-brew (~> 0.1.1)
@@ -310,10 +311,11 @@ DEPENDENCIES
cocoapods (~> 1.11.2)
fastlane
fastlane-plugin-diawi
fastlane-plugin-sentry
fastlane-plugin-versioning
fastlane-plugin-xcodegen
slather
xcode-install
BUNDLED WITH
2.3.9
2.3.14
+1
View File
@@ -0,0 +1 @@
Sentry: Upload Dsyms to Sentry when building Alpha