Benoît

Results 93 comments of Benoît
trafficstars

Hello! We don't support custom actions with duration yet. We still want to make it happen, and we already made a step in the good direction now that actions can...

👋 We're pleased to announce we've shipped a new kind of RUM events for this use case. Starting with v5.25.0, you can use the `DD_RUM.startDurationVital` or `DD_RUM.addDurationVital` APIs to report...

@29decibel you could use `trackViewsManually` (see [doc](https://docs.datadoghq.com/real_user_monitoring/browser/modifying_data_and_context/?tab=npm#override-default-rum-view-names)) for that. Because you are know in charge of creating views, you can attach global context reliably after the view is started: ```ts...

Thank you for sharing your use-case. This is a frequently asked feature, I'll bring it again to the team.

We are actively working on this, and will integrate it in the react integration plugin once it's ready!

We are working on it: https://github.com/DataDog/browser-sdk/pull/2939

To send customized view names, the best way is to use `trackViewsManually`: https://docs.datadoghq.com/real_user_monitoring/browser/advanced_configuration/?tab=npm#override-default-rum-view-names

Thank you for your suggestion, we'll consider it.

@remkoboschker I'm not sure to see how a way to **stop** the SDK from collecting data would help in your use-case. It looks like you rather need a way to...

> People can revoke or change there consent from within the application. After a consent change there is no way to stop sending other than reloading. Ah, I get it...