Marco Schaefer

Results 85 comments of Marco Schaefer

Small update: @jpkrohling handed the task over and we ([@codecapitano](https://github.com/codecapitano), [@cedricziel](https://github.com/cedricziel)) will continue the PoC work.

Thanks a lot @nosvalds. Would you mind adding the version of the Web-SDK you found the issue on? Cheers, Marco

Hey @barrykaplan we tested it with our Faro demo app and everything worked well. There's a playground branch available. I'll reopen this issue.

@barrykaplan I can not reproduce the type issue. What router are you using? I tested all data routers again but it's working as expected. createHashRouter, createMemoryRouter, createBrowserRouter createMemoryRouter Faro's `withFaroRouterInstrumentation`...

Can now reproduce the issue. Working on a fix.

Hi @barrykaplan We released an update which fixed the issues with the typings (v1.7.2). See this [issue](https://github.com/grafana/faro-web-sdk/issues/582). Do you still have this problem?

> just back in the office checking asap... Great thanks a lot 🙏

Great @barrykaplan thanks you so much for testing and your patience. So I think we close the issue now.

Hi @soleo can you test one thing. I have a suspicion that a dependency may cause this error. Would you mind trying to remove/not add the web-tracing package and see...

Hi @soleo I think you run Faro on the server as well? Faro is client only. So you need to ensure that Faro is running in the client only. Afaik...