summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2022-02-20 18:58:35 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2022-02-20 19:01:19 +0530
commit3d0006d610c89f601fef7fa64e1794cd76b47006 (patch)
tree5860930c753dce064abfe71f78efa33029b89fb7 /.github/workflows
parentf6dd7e338f9e9a58fd7ae641f0aa95f976ed2b6e (diff)
Introduce Sentry for error reporting (#1737)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/deploy_github_releases.yml2
-rw-r--r--.github/workflows/deploy_snapshot.yml1
2 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/deploy_github_releases.yml b/.github/workflows/deploy_github_releases.yml
index 90282840..4952f375 100644
--- a/.github/workflows/deploy_github_releases.yml
+++ b/.github/workflows/deploy_github_releases.yml
@@ -31,6 +31,8 @@ jobs:
uses: gradle/gradle-build-action@v2.1.3
with:
arguments: --no-configuration-cache :app:assembleFreeRelease :app:assembleNonFreeRelease :app:bundleNonFreeRelease
+ env:
+ SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
- name: Upload non-free release APK
uses: actions/upload-artifact@v2.3.1
diff --git a/.github/workflows/deploy_snapshot.yml b/.github/workflows/deploy_snapshot.yml
index 3a0bb651..a055c0b2 100644
--- a/.github/workflows/deploy_snapshot.yml
+++ b/.github/workflows/deploy_snapshot.yml
@@ -31,6 +31,7 @@ jobs:
uses: gradle/gradle-build-action@v2.1.3
env:
SNAPSHOT: "true"
+ SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
with:
arguments: --no-configuration-cache :app:assembleFreeRelease :app:assembleNonFreeRelease