You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/rum-core/src/rumEvent.types.ts
+87-40Lines changed: 87 additions & 40 deletions
Original file line number
Diff line number
Diff line change
@@ -1288,44 +1288,7 @@ export type RumVitalEvent = CommonProperties &
1288
1288
* RUM event type
1289
1289
*/
1290
1290
readonlytype: 'vital'
1291
-
/**
1292
-
* Vital properties
1293
-
*/
1294
-
readonlyvital: {
1295
-
/**
1296
-
* Type of the vital
1297
-
*/
1298
-
readonlytype: 'duration'|'step'
1299
-
/**
1300
-
* UUID of the vital
1301
-
*/
1302
-
readonlyid: string
1303
-
/**
1304
-
* Optional key to distinguish between multiple operations of the same name running in parallel (e.g., 'photo_upload' with keys 'profile_pic' vs 'cover')
1305
-
*/
1306
-
readonlyparent_id?: string
1307
-
/**
1308
-
* Name of the vital, as it is also used as facet path for its value, it must contain only letters, digits, or the characters - _ . @ $
1309
-
*/
1310
-
readonlyname?: string
1311
-
/**
1312
-
* Description of the vital. It can be used as a secondary identifier (URL, React component name...)
1313
-
*/
1314
-
readonlydescription?: string
1315
-
/**
1316
-
* Duration of the vital in nanoseconds
1317
-
*/
1318
-
readonlyduration?: number
1319
-
/**
1320
-
* Type of the step that triggered the vital, if applicable
* Optional key to distinguish between multiple operations of the same name running in parallel (e.g., 'photo_upload' with keys 'profile_pic' vs 'cover')
1382
+
*/
1383
+
readonlyoperation_key?: string
1384
+
/**
1385
+
* Type of the step that triggered the vital, if applicable
0 commit comments