Working with the Sentry plugin in an Unreal Engine project, I would like to be able to attach a text file in sentry event, but void FGenericPlatformSentryScope::AddAttachment(TSharedPtr<ISentryAttachment> attachment) is not implemented. I've found a work around by adding a global sentry_options_add_attachmentw call to attach the file for all Sentry events, and this seems to solve the problem, but wondering if there's any plan to support AddAttachment in the future?