Kotlin based getsentry/sentry android client, now you can care about your server's error logging and aggregation over the android phone.
Sentry is a modern error logging and aggregation platform.
- Using Kotlin with MVVM pattern.
- Using Android Databinding framework.
- Configure your own sentry server host and organization.
- Login to your own sentry server.
- Never miss any Assigned and New issues with Dashboard.
- All projects and teams listed.
- Track issues in a project and see more detail.
Simply replace the defaults with your own sentry server host and organization in Constants.kt
// Default Organization
val CurrentOrganization = "YOUR_ORGANIZATION"
// Default Host
val Host = "YOUR_SENTRY_HOST"
As far as I know it worked well with Sentry 8.0+, but it may compatible with lower versions, so if anyone find that please let me know, thank you!
It is just the beginning of Beaconfire, so anyone interested, feel free to fork it and pull requests to me. Let's make it more fun.
Thierry Xing [email protected]