sentry-native
sentry-native copied to clipboard
Attachment Content Type
Description
I was reviewing the Attachments documentation and came across a section that mentions the ability to specify the content type MIME type for an attachment. I searched through the native SDK, but I couldn't locate this functionality. Is it possible that I may have overlooked something, or is this feature not available in the native SDK?
That feature is indeed not available in the native SDK.
Related: https://github.com/getsentry/sentry-native/issues/955
The MIME content type is auto-detected in the backend, so this issue seems to be resolved.