Feature Request
Tighter Blazor integration
Brian MacKay
In the docs for getting started with crash reporting for Blazor here it kind of punts at one point and says, We recommend following the Blazor fundamentals documentation on global exception handling and links to this.
The article is (1) out of date as of .NET 6, (2) quite long (it claims to be a 61 minute read) and is and (3) includes multiple strategies for handling errors, none of which feel very sufficient, which led to me reading the article over and over.
Still struggling to get this working. This is a Blazor maturity problem I think, not a Raygun problem.
However in my research I found a few things:
- First off, this is the latest version of this doc as of .NET 6. It includes some new options.
- In particular, check out log errors with a persistent provider. It says this functionality is intended for APM services... Seems like you should consider integrating there if you aren't already.