You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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).
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: