Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
bruno-garcia opened this issue Oct 12, 2024 · 3 comments
Open

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

bruno-garcia opened this issue Oct 12, 2024 · 3 comments

Comments

@bruno-garcia
Copy link
Member

bruno-garcia commented Oct 12, 2024

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
Copy link
Member Author

Symbolication is blocked by:

@MaxwellDAssistek
Copy link

This would also be nice to have for Server Interactive Blazor mode.

@getsantry getsantry bot moved this to Waiting for: Product Owner in GitHub Issues with 👀 3 Dec 10, 2024
@bruno-garcia
Copy link
Member Author

This would also be nice to have for Server Interactive Blazor mode.

Are those errors not captured today? if it's a C# error it should already be captured regardless if thrown client or server side. The JS SDK would help capture JS errors that don't get into the C# handler (P/Invoke should).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Status: No status
Development

No branches or pull requests

2 participants