mirror of
https://github.com/vinta/awesome-python.git
synced 2024-11-13 11:16:10 -05:00
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:
parent
be7ef5e43a
commit
c1a0005dbd
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
* [Eliot](https://github.com/ScatterHQ/eliot) - Logging for complex & distributed systems.
|
||||||
* [logbook](http://logbook.readthedocs.io/en/stable/) - Logging replacement for Python.
|
* [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.
|
* [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
|
## Machine Learning
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue