root: fix websockets not working correctly

This commit is contained in:
Jens Langhammer
2020-11-11 14:48:19 +01:00
parent c5eff4bdd6
commit 287cb72d6f
6 changed files with 26 additions and 19 deletions

View File

@ -1,5 +1,5 @@
"""passbook sentry integration"""
from aioredis.errors import ReplyError
from aioredis.errors import ReplyError, ConnectionClosedError
from billiard.exceptions import WorkerLostError
from botocore.client import ClientError
from celery.exceptions import CeleryError
@ -40,6 +40,7 @@ def before_send(event, hint):
RedisError,
ResponseError,
ReplyError,
ConnectionClosedError,
# websocket errors
ChannelFull,
WebSocketException,