Configure sentry properties (#1783)
This commit is contained in:
parent
861ca58a58
commit
7868c6d08e
2 changed files with 3 additions and 0 deletions
1
.github/workflows/deploy_snapshot.yml
vendored
1
.github/workflows/deploy_snapshot.yml
vendored
|
@ -34,6 +34,7 @@ jobs:
|
|||
env:
|
||||
SNAPSHOT: "true"
|
||||
SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
|
||||
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
|
||||
with:
|
||||
arguments: --no-configuration-cache collectFreeReleaseApks collectNonFreeReleaseApks
|
||||
|
||||
|
|
2
sentry.properties
Normal file
2
sentry.properties
Normal file
|
@ -0,0 +1,2 @@
|
|||
defaults.project=password-store-google-play
|
||||
defaults.org=password-store
|
Loading…
Reference in a new issue