Missing AddAttachment from memory in SentryHint
tranb3r opened this issue · 1 comments
tranb3r commented
Problem Statement
Scope
has two methods to add an attachment: from file or from memory.
SentryHint
only has one method: from file.
Solution Brainstorm
Would it be possible to add the missing AddAttachment(byte[] data...)
to SentryHint
?
bitsandfoxes commented
Sounds like a fair request to me! Is coming!