mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-06 07:57:42 +02:00
Merge pull request #6413 from vector-im/andy/sentry_fastlane
Upload Dsyms to Sentry when building Alpha
This commit is contained in:
@@ -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
|
||||
|
||||
+3
-1
@@ -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
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
Sentry: Upload Dsyms to Sentry when building Alpha
|
||||
Reference in New Issue
Block a user