Skip to content

[Blazor] Blazor Server/Webassembly should call setEventDispatcherMiddleware to wrap event dispatching and capture logs #45674

@javiercn

Description

@javiercn

Our logging on the client should not just include when the render batches happen, but also when the user interacts with the page. We should capture the event, the type, and the handler ID on the server.

The snippet below shows what we do on webassembly, we should do the same in all our platforms to include logging.

setDispatchEventMiddleware((browserRendererId, eventHandlerId, continuation) => {

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions