File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -352,6 +352,21 @@ export const DATA_CATEGORY_INFO = {
352
352
showExternalStats : true ,
353
353
} ,
354
354
} ,
355
+ [ DataCategoryExact . USER_REPORT_V2 ] : {
356
+ name : DataCategoryExact . USER_REPORT_V2 ,
357
+ apiName : 'feedback' ,
358
+ plural : DataCategory . USER_REPORT_V2 ,
359
+ displayName : 'user feedback' ,
360
+ titleName : t ( 'User Feedback' ) ,
361
+ productName : t ( 'User Feedback' ) ,
362
+ uid : 14 ,
363
+ isBilledCategory : false ,
364
+ docsUrl : 'https://docs.sentry.io/product/user-feedback/' ,
365
+ statsInfo : {
366
+ ...DEFAULT_STATS_INFO ,
367
+ showExternalStats : true ,
368
+ } ,
369
+ } ,
355
370
[ DataCategoryExact . TRANSACTION_PROCESSED ] : {
356
371
name : DataCategoryExact . TRANSACTION_PROCESSED ,
357
372
apiName : 'transactions' ,
Original file line number Diff line number Diff line change @@ -93,6 +93,7 @@ export enum DataCategory {
93
93
LOG_BYTE = 'logBytes' ,
94
94
SEER_AUTOFIX = 'seerAutofix' ,
95
95
SEER_SCANNER = 'seerScanner' ,
96
+ USER_REPORT_V2 = 'feedback' ,
96
97
}
97
98
98
99
/**
@@ -123,6 +124,7 @@ export enum DataCategoryExact {
123
124
LOG_BYTE = 'logByte' ,
124
125
SEER_AUTOFIX = 'seerAutofix' ,
125
126
SEER_SCANNER = 'seerScanner' ,
127
+ USER_REPORT_V2 = 'feedback' ,
126
128
}
127
129
128
130
export interface DataCategoryInfo {
You can’t perform that action at this time.
0 commit comments