I haven’t tried out Blazor server or client side yet. I heard it’s out of experimental so we should definitely make sure it works well and we capture all sorts of errors.
I’ve created an issue on GitHub to track this: https://github.com/getsentry/sentry-dotnet/issues/317
We should be focusing on the .NET SDK shortly, to catch up with the new stuff added.
Thanks for raising this!
This may be irrelevant but I have the same problem with the Java Logback integration. Capturing exceptions manually works fine, but anything going through the logger is ignored by Sentry. This is on a clone of the example repo, mind you.
That’s for sure unrelated because those are different codebases.
Please raise an issue on GitHub ( https://github.com/getsentry/sentry-java ), and please include some steps to reproduce (ideally a small reproducible code like from a github repo of yours) so we can pull the code and debug though.