Sentry Integration with C#

We have configured sentry with C# SDK and it’s working on local environment(Localhost) but when deployed on IIS server(Staging Environment) event are not capturing and also no error throwing.

Kindly help.

One reason is that you need to use a proxy server when accessing the Internet from your server. Is that the case?

If could help to add the Debug=true on SentryOptions to see the SDK internal logging.
By default it logs to the console though which IIS doesn’t have so maybe a small console app to run in the server to see what’s going on?

These might also help: