All Projects → thierryxing → sentry-beaconfire

thierryxing / sentry-beaconfire

Licence: other
Kotlin based sentry android application

Programming Languages

kotlin
9241 projects
java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to sentry-beaconfire

Terraform Provider Sentry
Terraform provider for Sentry
Stars: ✭ 183 (+422.86%)
Mutual labels:  sentry
FastAPI-template
Feature rich robust FastAPI template.
Stars: ✭ 660 (+1785.71%)
Mutual labels:  sentry
sentry-msteams
Microsoft Teams Integration for Sentry
Stars: ✭ 27 (-22.86%)
Mutual labels:  sentry
Blog
若川的博客—学习源码整体架构系列8篇,前端面试高频源码,微信搜索「若川视野」关注我,长期交流学习~
Stars: ✭ 234 (+568.57%)
Mutual labels:  sentry
good-sentry
Sentry broadcasting for good process monitor
Stars: ✭ 15 (-57.14%)
Mutual labels:  sentry
craft
The universal Sentry release CLI 🚀
Stars: ✭ 117 (+234.29%)
Mutual labels:  sentry
Wp Sentry
A (unofficial) WordPress plugin reporting PHP and JavaScript errors to Sentry.
Stars: ✭ 174 (+397.14%)
Mutual labels:  sentry
micro-sentry
Tiny Sentry client with idiomatic wrapper for Angular
Stars: ✭ 100 (+185.71%)
Mutual labels:  sentry
pedax
Reversi Board with edax, which is the strongest reversi engine.
Stars: ✭ 18 (-48.57%)
Mutual labels:  sentry
aiohttp-sentry
An aiohttp server middleware for reporting failed requests to Sentry
Stars: ✭ 35 (+0%)
Mutual labels:  sentry
sentry-wxwork
Plugin for Sentry which allows sending notification and SSO Login via WeChat Work.
Stars: ✭ 30 (-14.29%)
Mutual labels:  sentry
serilog-sinks-sentry
A Sentry sink for Serilog
Stars: ✭ 34 (-2.86%)
Mutual labels:  sentry
prometheus-sentry-exporter
Exports sentry project metrics for prometheus.
Stars: ✭ 32 (-8.57%)
Mutual labels:  sentry
Sentry Docker
my approach for dockerizing Sentry
Stars: ✭ 195 (+457.14%)
Mutual labels:  sentry
logging
mod: zap logging in golang
Stars: ✭ 44 (+25.71%)
Mutual labels:  sentry
Slashtrace
Awesome error handler. Demo: https://slashtrace.com/demo.php
Stars: ✭ 182 (+420%)
Mutual labels:  sentry
sentry-ocaml
A work-in-progress OCaml client for Sentry
Stars: ✭ 26 (-25.71%)
Mutual labels:  sentry
pink-lady
a template project of gin app.
Stars: ✭ 44 (+25.71%)
Mutual labels:  sentry
fullstack-nextjs-ecommerce
Fullstack Next.js E-Commerce made with NextAuth + Prisma, Docker + TypeScript + React Query + Stripe + Tailwind Sentry and much more 🛒
Stars: ✭ 524 (+1397.14%)
Mutual labels:  sentry
send-test-info
Attach unit test information to exceptions sent by Raven to Sentry
Stars: ✭ 17 (-51.43%)
Mutual labels:  sentry

Sentry Beaconfire

Kotlin based getsentry/sentry android client, now you can care about your server's error logging and aggregation over the android phone.

About Sentry

Sentry is a modern error logging and aggregation platform.

About Project

  • Using Kotlin with MVVM pattern.
  • Using Android Databinding framework.

Feature List

  • 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.

How to use

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"

Sentry Version

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!

Contribute

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.

Author

Thierry Xing [email protected]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].