Skip to content

Sentry.Extensions.Logging issue with Blazor WebAssembly in .NET 10 RC 1 #4550

@ysmoradi

Description

@ysmoradi

Description

Simply create a new blazor wasm project, and use WasmBuildNative while Sentry.Extensions.Logging is installed, regardless of its version.

<PropertyGroup>
     <WasmBuildNative>true</WasmBuildNative>
<PropertyGroup>

Notes:

1- The Sentry.AspNetCore.Blazor.WebAssembly is relying on Sentry.Extensions.Logging
2- WasmBuildNative is required in lots of scenarios, but I'm not saying it's needed by Sentry itself.

Metadata

Metadata

Projects

Status

Done

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions