sentry-native
sentry-native copied to clipboard
fix(logs): add `event_id` to logs envelope
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