Benoît

Results 70 comments of Benoît

Hello Eduardo! Thanks for your report. In the Datadog UI, the "path" column is the actual URL path, and you should be able to add a column on `@view.url_details.hash` to...

We are working on a solution for this, where the user can specify a view "name" to be displayed instead of the view path in the Datadog UI. You can...

Hello @michaelrodov . What about initializing the RUM SDK as soon as you have retrieved the `version`?

Interesting, thank you for the thorough report. On top of my head, it might be because we subscribe to the `popstate` event after the Vue router, and thus the RUM...

Sorry for the late answer here. We discussed about this issue and it is probably because the `popstate` event listener of the Browser SDK is triggered after the `popstate` eventlistener...

Hey @fforres and @felipetoffolo-toast, We are a bit mitigated on letting users editing the `service` because this value is used a bit more broadly than users might expect, and editing...

6e598751c5825515601a5850815f8c81ecddab06 is fixing this issue. It would be great if you could do a new release!

Yes, as far as I can see that's saucelab configuration issues, not related to my code. Tests are passing locally.

Hey @tygary, thanks again to bring this up to our attention. > @thomas-lebeau What do you mean by "generated"? > > As in IDs that are not stable across page...

👋 Following your feedback, we shipped a performance improvement that should fit your use-case (see https://github.com/DataDog/browser-sdk/pull/2782 ). It's released in our latest SDK version ([5.20.0](https://github.com/DataDog/browser-sdk/blob/main/CHANGELOG.md#v5200)). Please give it a try...