Investigate tracing of custom request handlers added by overriding the createRequestHandlers in VaadinService.
This should cover any handlers that typeMatch extendsClass("com.vaadin.flow.server.RequestHandler") and get a call to the method handleRequest(VaadinSession session, VaadinRequest request, VaadinResponse response)
The umbrella should ignore any handlers that have existing registered implementations in use.
Investigate tracing of custom request handlers added by overriding the createRequestHandlers in VaadinService.
This should cover any handlers that typeMatch
extendsClass("com.vaadin.flow.server.RequestHandler")
and get a call to the methodhandleRequest(VaadinSession session, VaadinRequest request, VaadinResponse response)
The umbrella should ignore any handlers that have existing registered implementations in use.