Skip to content

Commit 3ee65ab

Browse files
fix(attachments): Add missing view_hierarchy attachment type (#11197)
1 parent 37abbd1 commit 3ee65ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/types/src/attachment.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ export type AttachmentType =
33
| 'event.minidump'
44
| 'event.applecrashreport'
55
| 'unreal.context'
6-
| 'unreal.logs';
6+
| 'unreal.logs'
7+
| 'event.view_hierarchy';
78

89
/**
910
* An attachment to an event. This is used to upload arbitrary data to Sentry.

0 commit comments

Comments
 (0)