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 = {
352352 showExternalStats : true ,
353353 } ,
354354 } ,
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+ } ,
355370 [ DataCategoryExact . TRANSACTION_PROCESSED ] : {
356371 name : DataCategoryExact . TRANSACTION_PROCESSED ,
357372 apiName : 'transactions' ,
Original file line number Diff line number Diff line change @@ -93,6 +93,7 @@ export enum DataCategory {
9393 LOG_BYTE = 'logBytes' ,
9494 SEER_AUTOFIX = 'seerAutofix' ,
9595 SEER_SCANNER = 'seerScanner' ,
96+ USER_REPORT_V2 = 'feedback' ,
9697}
9798
9899/**
@@ -123,6 +124,7 @@ export enum DataCategoryExact {
123124 LOG_BYTE = 'logByte' ,
124125 SEER_AUTOFIX = 'seerAutofix' ,
125126 SEER_SCANNER = 'seerScanner' ,
127+ USER_REPORT_V2 = 'feedback' ,
126128}
127129
128130export interface DataCategoryInfo {
You can’t perform that action at this time.
0 commit comments