We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
view_hierarchy
1 parent 37abbd1 commit 3ee65abCopy full SHA for 3ee65ab
packages/types/src/attachment.ts
@@ -3,7 +3,8 @@ export type AttachmentType =
3
| 'event.minidump'
4
| 'event.applecrashreport'
5
| 'unreal.context'
6
- | 'unreal.logs';
+ | 'unreal.logs'
7
+ | 'event.view_hierarchy';
8
9
/**
10
* An attachment to an event. This is used to upload arbitrary data to Sentry.
0 commit comments