File tree Expand file tree Collapse file tree 3 files changed +0
-22
lines changed Expand file tree Collapse file tree 3 files changed +0
-22
lines changed Original file line number Diff line number Diff line change @@ -1175,12 +1175,6 @@ export declare type RumVitalEvent = CommonProperties & ViewContainerSchema & {
11751175 * Duration of the vital in nanoseconds
11761176 */
11771177 readonly duration ?: number ;
1178- /**
1179- * User custom vital.
1180- */
1181- readonly custom ?: {
1182- [ k : string ] : number ;
1183- } ;
11841178 /**
11851179 * Type of the step that triggered the vital, if applicable
11861180 */
Original file line number Diff line number Diff line change @@ -1175,12 +1175,6 @@ export declare type RumVitalEvent = CommonProperties & ViewContainerSchema & {
11751175 * Duration of the vital in nanoseconds
11761176 */
11771177 readonly duration ?: number ;
1178- /**
1179- * User custom vital.
1180- */
1181- readonly custom ?: {
1182- [ k : string ] : number ;
1183- } ;
11841178 /**
11851179 * Type of the step that triggered the vital, if applicable
11861180 */
Original file line number Diff line number Diff line change 5858 "description" : " Duration of the vital in nanoseconds" ,
5959 "readOnly" : true
6060 },
61- "custom" : {
62- "type" : " object" ,
63- "description" : " User custom vital." ,
64- "additionalProperties" : {
65- "type" : " number" ,
66- "minimum" : 0 ,
67- "readOnly" : true
68- },
69- "readOnly" : true
70- },
7161 "step_type" : {
7262 "type" : " string" ,
7363 "description" : " Type of the step that triggered the vital, if applicable" ,
You can’t perform that action at this time.
0 commit comments