-
-
Notifications
You must be signed in to change notification settings - Fork 216
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
Comments
Symbolication is blocked by: |
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
The
Sentry
package as well as the newSentry.AspNetCore.Blazor.WebAssembly
work on the browser through wasm.Related work:
Blazor.WebAssembly
package #3501We 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:
build_id
section dotnet/runtime#91049Package is still
-preview
, but got some downloads alreadyTracking adoption of Blazor specific wasm package: https://nugettrends.com/packages?months=6&ids=Sentry.AspNetCore.Blazor.WebAssembly
The text was updated successfully, but these errors were encountered: