You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 23, 2023. It is now read-only.
I have a web socket using flask, gevent and SocketIO, I'm trying integrate Sentry but the websocket stops working
my websocker runner is like it:
monkey.patch_all()
if __name__ == '__main__':
print ('Listening on http://127.0.0.1:%s and on port XXXX '
'(flash policy server)' % WEBSOCKET_PORT)
SocketIOServer(('', WEBSOCKET_PORT), app,
resource="socket.io").serve_forever()
Hi,
I have a web socket using flask, gevent and SocketIO, I'm trying integrate Sentry but the websocket stops working
my websocker runner is like it:
and my sentry integration is similar to:
I tried use GEVENT TRANSPORT https://docs.sentry.io/clients/python/transports/#gevent but still not working.
The text was updated successfully, but these errors were encountered: