Description
Some SDKs rely on sentry-cocoa internally but implement their own logic to retrieve the view hierarchy.
However, this approach requires using a specific attachmentType that is currently not exposed, preventing these SDKs from fully integrating their custom implementations.
Proposed Solution
Expose the required attachmentType so that SDKs with custom view hierarchy implementations can properly attach and send this data.