1
0
Fork 0
mirror of https://github.com/KokaKiwi/BarInsta synced 2026-03-14 08:21:35 +00:00

Add sentry to github builds

This commit adds github and fdroid product flavors.
Sentry is added only to github builds.
Sentry is opt-in.
This commit is contained in:
Ammar Githam 2021-03-21 22:50:23 +09:00
parent 16ac573859
commit 5bdfb7df51
22 changed files with 553 additions and 216 deletions

View file

@ -468,4 +468,9 @@
<string name="generic_failed_request">Request failed!</string>
<string name="marked_as_seen">Marked as seen</string>
<string name="delete_unsuccessful">Delete unsuccessful</string>
<string name="crash_report_subject">Barinsta Crash Report</string>
<string name="crash_report_title">Select an email app to send crash logs</string>
<string name="enable_sentry">Enable Sentry</string>
<string name="sentry_summary">Sentry is a listener/handler for errors that asynchronously sends out the error/event to Sentry.io</string>
<string name="sentry_start_next_launch">Sentry will start on next launch</string>
</resources>