Added sentry.io logger option

This commit is contained in:
NGPixel
2017-03-29 21:49:30 -04:00
parent 4dd79170c5
commit d13085ac1b
5 changed files with 31 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Interactive setup
- Auth: GitHub and Slack authentication providers are now available
- Auth: LDAP authentication provider is now available
- Logs: Support for the logging services: Bugsnag, Loggly, Papertrail and Rollbar
- Logs: Support for the logging services: Bugsnag, Loggly, Papertrail, Rollbar and Sentry
### Changed
- Native Compilation Removal: Replaced farmhash with md5
@@ -16,6 +16,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Sidebar: Contents is now Page Contents
- Sidebar: Start is now Top of Page
- UI: Content headers are now showing an anchor icon instead of a #
- Dev: Replaced Gulp with Fuse-box
### Fixed
- Auth: Authentication would fail if email has uppercase chars and provider callback is in lowercase