File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ const CATEGORY_MAPPING: {
1515 event : 'error' ,
1616 transaction : 'transaction' ,
1717 session : 'session' ,
18+ attachment : 'attachment' ,
1819} ;
1920
2021/** Base Transport class implementation */
Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ const CATEGORY_MAPPING: {
5151 event : 'error' ,
5252 transaction : 'transaction' ,
5353 session : 'session' ,
54+ attachment : 'attachment' ,
5455} ;
5556
5657/** Base Transport class implementation */
Original file line number Diff line number Diff line change 11/** Possible SentryRequest types that can be used to make a distinction between Sentry features */
2- export type SentryRequestType = 'event' | 'transaction' | 'session' ;
2+ export type SentryRequestType = 'event' | 'transaction' | 'session' | 'attachment' ;
33
44/** A generic client request. */
55export interface SentryRequest {
You can’t perform that action at this time.
0 commit comments