/sentry-horn

Swift based sentry iOS application

Primary LanguageSwift

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 thierry.xing@gmail.com