getsentry / sentry-dotnet

Sentry SDK for .NET
https://docs.sentry.io/platforms/dotnet
MIT License
582 stars 205 forks source link

.NET on WebAssembly - Bindings to Sentry's JavaScript SDK #3673

Open bruno-garcia opened 2 days ago

bruno-garcia commented 2 days ago

The Sentry package as well as the new Sentry.AspNetCore.Blazor.WebAssembly work on the browser through wasm.

Related work:

We have a sample in the repo:

But none of the work done yet (other than the draft PR from hackweek have done anything related to bundling our JS SDK. This should allow us to get Session Replay, our User Feedback Widget as well as some JS specific features like Unhandled Promise Rejections, etc.

Related issues and PRs:

Package is still -preview, but got some downloads already Tracking adoption of Blazor specific wasm package: https://nugettrends.com/packages?months=6&ids=Sentry.AspNetCore.Blazor.WebAssembly

Image

bruno-garcia commented 2 days ago

Symbolication is blocked by: