Skip to content

Commit

Permalink
👌 add build files
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-lebeau committed Oct 3, 2024
1 parent 2ebdc50 commit 19316ba
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/cjs/generated/rum.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,10 @@ export declare type RumLongTaskEvent = CommonProperties & ActionChildProperties
* UUID of the long task or long animation frame
*/
readonly id?: string;
/**
* Start time of the long animation frame
*/
readonly start_time?: number;
/**
* Type of the event: long task or long animation frame
*/
Expand Down
4 changes: 4 additions & 0 deletions lib/esm/generated/rum.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,10 @@ export declare type RumLongTaskEvent = CommonProperties & ActionChildProperties
* UUID of the long task or long animation frame
*/
readonly id?: string;
/**
* Start time of the long animation frame
*/
readonly start_time?: number;
/**
* Type of the event: long task or long animation frame
*/
Expand Down

0 comments on commit 19316ba

Please sign in to comment.