Optional
Readonly
_dd?: {Internal properties
Optional
Readonly
discarded?: booleanWhether the long task should be discarded or indexed
Optional
profiling?: ProfilingInternalContextSchemaProfiling context
Readonly
long_task: {Long Task properties
Optional
Readonly
blocking_duration?: numberDuration in ns for which the animation frame was being blocked
Readonly
duration: numberDuration in ns of the long task or long animation frame
Optional
Readonly
entry_type?: "long-task" | "long-animation-frame"Type of the event: long task or long animation frame
Optional
Readonly
first_ui_event_timestamp?: numberStart time of of the first UI event (mouse/keyboard and so on) to be handled during the course of this frame
Optional
Readonly
id?: stringUUID of the long task or long animation frame
Optional
Readonly
is_frozen_frame?: booleanWhether this long task is considered a frozen frame
Optional
Readonly
render_start?: numberStart time of the rendering cycle, which includes requestAnimationFrame callbacks, style and layout calculation, resize observer and intersection observer callbacks
Optional
Readonly
scripts?: {A list of long scripts that were executed over the course of the long frame
Optional
Readonly
start_time?: numberStart time of the long animation frame
Optional
Readonly
style_and_layout_start?: numberStart time of the time period spent in style and layout calculations
Readonly
type: "long_task"RUM event type
Schema of all properties of a Long Task event