Benoît

Results 94 comments of Benoît
trafficstars

This was fixed in v6.6.2 released in March 27! We flush both at `beforeunload` and `pagehide` now.

👋 Hi there, Since v5.35.0, you can use `datadogLogs.init({ ..., sessionPersistence: 'local-storage' })` to use the local storage instead of cookies for sessions. See [docs](https://docs.datadoghq.com/logs/log_collection/javascript/#:~:text=DESCRIPTION-,sessionPersistence,-%22cookie%22%20or). Disabling session persistence is not...

Ooh thank you for pointing that out, we'll fix this. > On a related note, I find it strange that you can't opt out from console.error collection when forwardErrorsToLogs is...

It seems to be a breaking change: users using the default configuration would start collecting `console.error` without opting in. I added this to the list to do for our next...

We don't have a good solution for this currently. We only support the "data" and "declarative" modes. Navigation and page views are tracked automatically out of the box if you...

Thank you for your feedback. We'll take this into consideration!

In RUM and Logs Browser SDK latest release (5.35.0) we introduced a new `sessionPersistence` [initialization parameter](https://docs.datadoghq.com/real_user_monitoring/browser/setup/client?tab=rum#initialization-parameters) that allows you to specify either `cookie` or `local-storage` to store the session information.

Thank you! I tried your suggestion but I didn't manage to get something working. Here is my test case, replicating the [Stack Overflow answer](https://stackoverflow.com/questions/14744692/concatenate-multiple-zlib-compressed-data-streams-into-a-single-stream-efficient/60208718#60208718) but with "raw" deflate to avoid...

I know this is a niche use-case, thank you very much for considering this!