getsentry / raven-csharp

Superseded by: https://github.com/getsentry/sentry-dotnet
BSD 3-Clause "New" or "Revised" License
231 stars 121 forks source link

Question: How to check if error occured while sending error from app to sentry server #280

Closed kziajor-zz closed 5 years ago

kziajor-zz commented 5 years ago

We try to log errors to sentry in one project. From our local machine every error is send to sentry and is logged correctly. But when we run same app with same configuration on client server, sentry do not log any errors. When we generate error in Javascript code on client server everything works fine. So client server has connection with sentry server, but C# app don't send errors to sentry. We don't know why and we don't know how to check if any error is logged by raven-csharp.

bruno-garcia commented 5 years ago

@kziajor Unless you are already integrated with and this is a bug report for raven-csharp, I'd suggest you use give it a try with our current .NET SDK since raven-csharp has been deprecated see notice on README. If the problem persists please raise an issue on that repository.

Also, we'd need more information to help you troubleshoot the issue. Ideally a github repository with a reproducible project, if not possible, at least more details about your setup.