sentry-dotnet
sentry-dotnet copied to clipboard
Blazor WebAssembly Profiling Support
Problem Statement
We do not support Blazor WebAssembly profiling. We may be able to support Blazor profiling with WebAssembly performance profiling becoming available in .NET 10.
See:
- https://github.com/dotnet/runtime/issues/76316#issuecomment-2662463594
- https://learn.microsoft.com/en-us/aspnet/core/release-notes/aspnetcore-10.0?view=aspnetcore-9.0#blazor-webassembly-performance-profiling-and-diagnostic-counters
Solution Brainstorm
No response