sentry-native icon indicating copy to clipboard operation
sentry-native copied to clipboard

fix(logs): add `event_id` to logs envelope

Open JoshuaMoelans opened this issue 2 months ago • 0 comments

This is done to avoid collisions with the nil-event_id-envelope for sessions on Crashpad, where on crash we would try to write both the logs envelope and session envelope to the same file.

AFAICT from the docs, there is no reason not to add an event_id to logs too

#skip-changelog

JoshuaMoelans avatar Dec 18 '25 10:12 JoshuaMoelans