All Projects → thierryxing → sentry-horn

thierryxing / sentry-horn

Licence: other
Swift based sentry iOS application

Programming Languages

swift
15916 projects
objective c
16641 projects - #2 most used programming language
ruby
36898 projects - #4 most used programming language

Labels

Projects that are alternatives of or similar to sentry-horn

app
Buggregator is a beautiful, lightweight debug server build on Laravel that helps you catch your smpt, sentry, var-dump, monolog, ray outputs. It runs without installation on multiple platforms.
Stars: ✭ 259 (+1626.67%)
Mutual labels:  sentry
dropwizard-raven
Dropwizard integration for error logging to Sentry.
Stars: ✭ 20 (+33.33%)
Mutual labels:  sentry
Mail
RiiConnect24 Mail Scripts. OSS.
Stars: ✭ 11 (-26.67%)
Mutual labels:  sentry
incubator-sentry
Mirror of Apache Sentry
Stars: ✭ 35 (+133.33%)
Mutual labels:  sentry
thvu-blog
My digital home on the internet.
Stars: ✭ 51 (+240%)
Mutual labels:  sentry
sentry-android-gradle-plugin
Gradle plugin for Sentry Android. Upload proguard, debug files, and more.
Stars: ✭ 67 (+346.67%)
Mutual labels:  sentry
sentry-beaconfire
Kotlin based sentry android application
Stars: ✭ 35 (+133.33%)
Mutual labels:  sentry
NodeJS Mongo BoilerPlate
CRUD Blog using NodeJS,Express, MongoDB
Stars: ✭ 18 (+20%)
Mutual labels:  sentry
sentry-ruby-api
Ruby wrapper for getsentry/Sentry REST API
Stars: ✭ 19 (+26.67%)
Mutual labels:  sentry
sentry-fastlane-plugin
Official fastlane plugin for Sentry
Stars: ✭ 100 (+566.67%)
Mutual labels:  sentry
rhythm
Time-based job scheduler for Apache Mesos
Stars: ✭ 30 (+100%)
Mutual labels:  sentry
django-docker
Toy project. Trying to use Django inside a Docker container for both local development and production deployment.
Stars: ✭ 18 (+20%)
Mutual labels:  sentry
redux-sentry
Middleware that logs all your store and actions on exception to Sentry with raven-js
Stars: ✭ 13 (-13.33%)
Mutual labels:  sentry
sentry-typo3
TYPO3 Sentry integration
Stars: ✭ 17 (+13.33%)
Mutual labels:  sentry
typescript-nuxtjs-boilerplate
🍱 Nuxt.js with TypeScript and Run with docker and docker-compose 🐶🦄🔥 visit: https://typescript-nuxtjs-boilerplate.netlify.com/example
Stars: ✭ 51 (+240%)
Mutual labels:  sentry
docker-compose-sentry
Docker Compose configuration for running a Sentry server.
Stars: ✭ 20 (+33.33%)
Mutual labels:  sentry
zend-sentry
A Zend Framework 3 module that lets you log to the Sentry.io service.
Stars: ✭ 34 (+126.67%)
Mutual labels:  sentry
monolog-sentry-handler
Monolog handler for Sentry PHP SDK v2 with breadcrumbs support
Stars: ✭ 34 (+126.67%)
Mutual labels:  sentry
sentry-prometheus
Export hosted sentry statsd metrics to prometheus
Stars: ✭ 22 (+46.67%)
Mutual labels:  sentry
django-template
The ultimate Django template: production ready Django 3.2 with Docker, HTTPS and CI/CD using Github actions ‎️‍🔥
Stars: ✭ 20 (+33.33%)
Mutual labels:  sentry

Sentry Horn

Swift based getsentry/sentry ios client, now you can care about your server's error logging and aggregation over the mobile.

About Sentry

Sentry is a modern error logging and aggregation platform.

About The Project

  • Using Swift on MVVM without ReactiveCocoa.
  • Using Moya+Alamofire+EVReflection
  • Using container and component rather than inheritation.

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

// Default Organization
static var CurrentOrganization = "YOUR_ORGANIZATION"

// Default Host
static let Host = "YOUR_SENTRY_HOST"

Sentry Version

As far as I know it worked well with Sentry 8.0+, but it may compatible with lower version, so if anyone find that please let me know, thank you!

Contribute

It is just the beginning of Horn, 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].