-
-
Notifications
You must be signed in to change notification settings - Fork 206
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
[Hackweek] Blazor Wasm SDK #2569
base: main
Are you sure you want to change the base?
Conversation
Instructions and example for changelogPlease add an entry to Example: ## Unreleased
- [Hackweek] Blazor Wasm SDK ([#2569](https://github.com/getsentry/sentry-dotnet/pull/2569)) If none of the above apply, you can opt out of this check by adding |
This is now in the way of patching the wasm to add a debug id Internet says |
Can't figure out why the debug_id isnt' even found, lets try:
|
See: #2021
Sentry.AspNetCore.Blazor
UseSentry
on theWebAssemblyHostBuilder
Sentry.Extensions.Logging
to capture errors/breadcrumbsUser-Agent
to get browser/OS info in Sentry:Wasm debug id: dotnet/runtime#91049
Wasm: getsentry/sentry-javascript#8259 (comment)