Closed garncarz closed 4 years ago
Also, this has been logged in docker logs
, but not in Sentry, that's not good.
Solved by executing ./setup.py install
instead of ./setup.py build
.
I can see the project makes use of the old raven
library instead of a newer sentry-sdk
, maybe that's the reason some logs missed Sentry.
env PYTHONPATH build/lib.linux-x86_64-3.6
is bad, it makes the master server (probably only this service) unresponsive everytime there's a new Python version (now 3.7 from 3.6).