This repository was archived by the owner on Aug 30, 2023. It is now read-only.
This repository was archived by the owner on Aug 30, 2023. It is now read-only.
eventID returned even for failed request by CaptureMessageAndWait
#171
Open
Description
Error from client.Transport.Send
is not handled, the error returned by following code is assigned to field ch
, but this ain't checked anywhere in caller.
Lines 524 to 525 in 563b81f
inside caller it is not handled here
Lines 595 to 612 in 563b81f
nor it's caller
Lines 654 to 659 in 563b81f
How to reproduce:
In your client code simply give DSN with wrong domain or somehow the sentry service should be inaccessible to your client code and you could reproduce this issue.
Version:
$ docker images | grep sentry
docker.io/sentry 8.22 d4d5c93a8759 2 months ago 536 MB
Metadata
Metadata
Assignees
Labels
No labels