In this tutorial, I am showing how you can log exceptions from client & server project for Blazor WebAssembly project. First I am going through the demo app and showing where I am intentionally throwing errors. Then I am logging errors on the server side by creating a Logger Provider and then I am doing the same thing on the client but using HttpClient for logging errors.
#blazor #webassembly #database