Relative Content

Tag Archive for datadog

Datadog how to join RUM events with logs

I know datadog RUM collects a series of events within a session, and datadog log collection can also group logs within a session. In my app, I initialize the RUM and log collection separately. I want to associate logs with RUM events within the same session. I see both RUM and log collection expose session_id. Will they generate the same session_id for the same session? If not what data can I use to join those 2 records?