diff --git a/.github/workflows/release-alpha.yml b/.github/workflows/release-alpha.yml index 889f57a75..f9c45d4f0 100644 --- a/.github/workflows/release-alpha.yml +++ b/.github/workflows/release-alpha.yml @@ -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 diff --git a/Brewfile b/Brewfile index f3c727fda..e7b7707b9 100644 --- a/Brewfile +++ b/Brewfile @@ -1,2 +1,3 @@ brew "xcodegen" brew "mint" +brew "getsentry/tools/sentry-cli" diff --git a/Gemfile.lock b/Gemfile.lock index 722a75731..033ac3108 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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 diff --git a/changelog.d/pr-6413.misc b/changelog.d/pr-6413.misc new file mode 100644 index 000000000..f1155bafd --- /dev/null +++ b/changelog.d/pr-6413.misc @@ -0,0 +1 @@ +Sentry: Upload Dsyms to Sentry when building Alpha