Hey,
I’m currently trying to set up session recordings for a Single-Page-Application with WebComponents. The recording in general works, but it does not show any of the WebComponents content. So far I tried to start the recording later in the life cycle and adding the matomo-track attribute, both haven’t solved the problem. Seems to me like the recording does not include the shadow dom of the WebComponents.
I am using Blazor WebAssembly and WebComponents with Lit and the application is deployed using nginx.
Any help would be appreciated.