mslalith / focus_launcher

A minimalist Android Launcher built with Jetpack Compose.
https://play.google.com/store/apps/details?id=dev.mslalith.focuslauncher
GNU General Public License v3.0
210 stars 18 forks source link

Add dummy sentry.properties file for easier building #563

Open shaz01 opened 1 month ago

shaz01 commented 1 month ago

Currently, the sentry plugin is throwing an exception while building because of the lack of sentry.properties file. My suggestion is to add a dummy sentry.properties file in the root folder:

defaults.url=
defaults.org=
defaults.project=
auth.token=
sentry.dsn=
sentry.auth.token=

Note that I'm not experienced with sentry, and therefore I might've added unneccessary fields.