Skip to content

Commit 00643b9

Browse files
authored
Fix bump to 0.27 (#16)
1 parent 48feb2b commit 00643b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/shared.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ pub(crate) fn assemble_envelope(md: CrashMetadata, minidump_path: &Path) -> prot
4848
envelope.add_item(proto::EnvelopeItem::Attachment(proto::Attachment {
4949
buffer: minidump,
5050
filename: minidump_path.file_name().unwrap().to_string_lossy().into(),
51+
content_type: Some("application/octet-stream".to_owned()),
5152
ty: Some(proto::AttachmentType::Minidump),
5253
}));
5354
}

0 commit comments

Comments
 (0)