From c1a0005dbdda881be0997178fc1377dcf5bcd3a0 Mon Sep 17 00:00:00 2001 From: 0x6a6f7368 Date: Sun, 17 Dec 2017 22:57:49 -0500 Subject: [PATCH] Fixed link and description for Sentry. It makes more sense to include the Python client to Sentry, `raven`, than include the server software itself. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c818e5..ad3c03a 100644 --- a/README.md +++ b/README.md @@ -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