api: add timeout for sentry proxy
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
916530f0d8
commit
274b555912
|
@ -65,6 +65,7 @@ class SentryTunnelView(APIView):
|
|||
headers={
|
||||
"Content-Type": "application/octet-stream",
|
||||
},
|
||||
timeout=5,
|
||||
)
|
||||
try:
|
||||
response.raise_for_status()
|
||||
|
|
Reference in New Issue