Skip to content

Commit b133fd6

Browse files
committed
Initialize tag for raw envelopes loaded from disk
Applied via @cursor push command
1 parent 181e16d commit b133fd6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/sentry_envelope.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@ sentry__envelope_from_path(const sentry_path_t *path)
244244
return NULL;
245245
}
246246

247+
envelope->tag = next_tag();
247248
envelope->is_raw = true;
248249
envelope->contents.raw.payload = buf;
249250
envelope->contents.raw.payload_len = buf_len;

0 commit comments

Comments
 (0)