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 has been archived by the owner on Aug 30, 2023. It is now read-only.
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.
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.
Error from
client.Transport.Send
is not handled, the error returned by following code is assigned to fieldch
, but this ain't checked anywhere in caller.raven-go/client.go
Lines 524 to 525 in 563b81f
inside caller it is not handled here
raven-go/client.go
Lines 595 to 612 in 563b81f
nor it's caller
raven-go/client.go
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:
The text was updated successfully, but these errors were encountered: