Swift based getsentry/sentry ios client, now you can care about your server's error logging and aggregation over the mobile.
Sentry is a modern error logging and aggregation platform.
- Using Swift on MVVM without ReactiveCocoa.
- Using Moya+Alamofire+EVReflection
- Using container and component rather than inheritation.
- 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.swift
// Default Organization
static var CurrentOrganization = "YOUR_ORGANIZATION"
// Default Host
static let Host = "YOUR_SENTRY_HOST"
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!
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.
Thierry Xing [email protected]