getsentry / raven-python

Raven is the legacy Python client for Sentry (getsentry.com) — replaced by sentry-python
https://sentry.io
BSD 3-Clause "New" or "Revised" License
1.68k stars 657 forks source link

aiohttp server error logging support #1124

Open samuelcolvin opened 7 years ago

samuelcolvin commented 7 years ago

Would be great if raven had built in support for aiohttp.

I initial made a pull request https://github.com/aio-libs/aiohttp/pull/1906 for basic logging to sentry in aiohttp support, but I can see it would be more logical to add the support here.

Would you accept a PR for this?

ashwoods commented 7 years ago

That's already in the works... https://github.com/getsentry/raven-aiohttp

samuelcolvin commented 7 years ago

Ok cool, great to see the transport is there.

What I'm talking about (sorry if I wasn't clear) is aiohttp application error logging. Is that in the pipeline too?