Open zugaldia opened 9 years ago
Unfortunately, the default, thread-based, method of submitting errors to Sentry doesn't work in App Engine and we've switched to the sync one (see sync+https:// in the config.py file). Fix it to make it async.
sync+https://
config.py
There's a workaround for Java: https://github.com/getsentry/raven-java/blob/master/raven-appengine/README.md. Maybe we can port that to Python.
Unfortunately, the default, thread-based, method of submitting errors to Sentry doesn't work in App Engine and we've switched to the sync one (see
sync+https://
in theconfig.py
file). Fix it to make it async.