Using Sentry on appengine (Django)

33 views
Skip to first unread message

David Farrington

unread,
Dec 19, 2016, 8:35:42 AM12/19/16
to sentry
I'm trying to use sentry in my Django project that i run on AppEngine, this stores errors fine, but every time it sends one it raises an additional 500.

This is because its using the default threaded transport, and that doesn't fit well within appengine as the app runs in a single thread..

Does anyone know of an existing python solution (possibly using a task queue or the deferred library ?) to aid with this or have any pointers for me ?

Thanks in advance..

Manuel Vazquez Acosta

unread,
Dec 19, 2016, 2:11:36 PM12/19/16
to gets...@googlegroups.com
Try to use the synchronous transport.

Manuel.
Reply all
Reply to author
Forward
0 new messages