Closed deepinder19 closed 5 years ago
The issue is that I am able to send exceptions to sentry using ThreadedHTTPTransport
but not using EventletHTTPTransport
.
@deepinder19 why doesn't EventletHTTPTransport
work for you?
Nameko relies on Eventlet, so nameko-sentry using eventlet threads should be fine...
The issue was related to ssl certificates error on my local machine. Apparently ssl certificates needs to be installed manually if using Python 3.6 on Mac. And sentry was failing silently because of this error.
transport
has been hardcoded toEventletHTTPTransport
but it would be nice if we can have the option to set it in the config file.