Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 314 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 314 Bytes

BlazorServerRaygunErrorBoundary

In order to use this example, please enter your Raygun API key into the appsettings.json file.

This app demonstrates using a global error boundary to capture all unhandled errors in child components, as well as a locally scoped error boundary for wrapping a singular component.