Skip to content

Swift based getsentry/sentry ios client app

Notifications You must be signed in to change notification settings

Q14/sentry-horn

 
 

Repository files navigation

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.

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

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

About

Swift based getsentry/sentry ios client app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Swift 99.6%
  • Other 0.4%