Closed alok87 closed 6 years ago
In this case, your program is exiting before it is sent.
You’d need to use raven.CaptureErrorAndWait
here.
@mattrobenolt The issue happened with CaptureErrorAndWait
also. The problem was the request was reaching Sentry8 but our queue was stuck because one app was spamming it :)
Thank you
We have a very simple script to check if the log reaches sentry8 server. It is not happening.
We are using the latest raven package: ed7bcb39ff10f39ab08e317ce16df282845852fa
Please suggest.