mirror of
https://github.com/ProtonMail/android-mail.git
synced 2026-05-15 09:50:40 +00:00
Adds the sentry.properties file to .gitignore
This commit is contained in:
@@ -43,6 +43,9 @@ keystore/*
|
||||
# Private properties
|
||||
private.properties
|
||||
|
||||
# Sentry properties
|
||||
sentry.properties
|
||||
|
||||
# Test users credentials
|
||||
**/users.json
|
||||
**/internal_api.json
|
||||
|
||||
@@ -43,7 +43,7 @@ All `release` builds done on CI are automatically singed with ProtonMail's keyst
|
||||
|
||||
## Observability
|
||||
Crashes and errors that happen in `release` (non debuggable) builds are reported to Sentry in an anonymised form.
|
||||
The CI sets up the integration with Sentry by providing in the build environment `private.properties` and `sentry.properties` files that contains the secrets needed.
|
||||
The CI sets up the integration with Sentry by providing in the build environment `private.properties` and `sentry.properties` files that contain the secrets needed.
|
||||
This can as well be performed locally by creating `private.properties` and `sentry.properties` files (which will be ignored by git) and filling them with the needed secrets (eg. `SentryDSN`; for more details about the `sentry.properties` file, see https://docs.sentry.io/platforms/android/gradle/#proguardr8--dexguard).
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user