Fixed link and description for Sentry.

It makes more sense to include the Python client to Sentry, `raven`, than include the server software itself.
This commit is contained in:
0x6a6f7368 2017-12-17 22:57:49 -05:00 committed by GitHub
parent be7ef5e43a
commit c1a0005dbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -745,7 +745,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* [Eliot](https://github.com/ScatterHQ/eliot) - Logging for complex & distributed systems.
* [logbook](http://logbook.readthedocs.io/en/stable/) - Logging replacement for Python.
* [logging](https://docs.python.org/2/library/logging.html) - (Python standard library) Logging facility for Python.
* [Sentry](https://pypi.python.org/pypi/sentry) - A realtime logging and aggregation server.
* [raven](https://github.com/getsentry/raven-python) - Python client for Sentry, a log/error tracking, crash reporting and aggregation platform for web applications.
## Machine Learning