Open femaref opened 6 years ago
@femaref any updates on this? I think my implementation is also not working as expected.
I'm working on it, in the mean time you can print the result of the chan receive here: https://github.com/getsentry/raven-go/blob/3033899c76deb3fb6570d9c4074d00443aeab88f/client.go#L740
I've had a problem with events not reaching an on premise server. Reason was that the go process did not have the relevant CA installed. This error was completely dropped and without changing the library you can't get it. I don't see a reason why it's not possible to show the error, especially with
AndWait
.I'll make changes to the code and submit a PR soon.