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