From bc46b2dc2f7591a447fe9a64cfe6d18fe30d1088 Mon Sep 17 00:00:00 2001 From: Andrew Rabert Date: Wed, 6 Apr 2022 14:45:07 -0400 Subject: [PATCH] Document sentry extra dep --- README.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.rst b/README.rst index 722b2d7..9f19315 100644 --- a/README.rst +++ b/README.rst @@ -16,6 +16,19 @@ in a clean manner. - catches ``SIGINT`` (e.g., ``Ctrl+C``) - application run in a single process +Installation +------------ +.. code:: + + pip install sprockets.http + +The ``sentry`` extra dependency can be used to install the dependencies +needed to allow sprockets.http to automatically configure integration with Sentry. + +.. code:: + + pip install sprockets.http[sentry] + Running Your Application ------------------------ Running a Tornado application intelligently should be very easy. Ideally