From 132495abce922816cc490fdf8ab8dac12a257aed Mon Sep 17 00:00:00 2001 From: Andrew Svetlov Date: Tue, 7 Nov 2017 13:09:02 +0200 Subject: [PATCH] Add aiohttp-senrty project --- docs/third_party.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/third_party.rst b/docs/third_party.rst index 50a1e5ab3fd..7b5105d6042 100644 --- a/docs/third_party.rst +++ b/docs/third_party.rst @@ -199,3 +199,6 @@ period ask to raise he status. - `aiohttp-graphql `_ GraphQL and GraphIQL interface for aiohttp. + +- `aiohttp-sentry `_ + An aiohttp middleware for reporting errors to Sentry. Python 3.5+ is required.