Aptoide / appcoins-wallet-android

AppCoins Wallet repo
https://appcoins.io
GNU General Public License v3.0
76 stars 45 forks source link

[MOB-416]- Sentry integration #763

Closed joaopmgouveia closed 4 years ago

joaopmgouveia commented 4 years ago

What does this PR do?

This PR integrates Sentry in the wallet.

Database changed?

No

Where should the reviewer start?

How should this be manually tested?

Flow on how to test this or QA Tickets related to this use-case: MOB-416

What are the relevant tickets?

Tickets related to this pull-request: MOB-416

Questions:

For this integration there was a need to add 2 new keys, one for DEV and one for PROD. These keys were added in the same way as the other keys used in the project, and their name in the global "gradle.properties" is _SENTRY_DSNKEY and _SENTRY_DSN_KEYDEV. The info needed is labeled as auth.dsn in the ticket, for both DEV and PROD.

Code Review Checklist