Skip to content

ProfilerOptions

Nodepod API


Nodepod API / src / ProfilerOptions

Defined in: src/profiling/types.ts:16

optional captureLongTasks?: boolean

Defined in: src/profiling/types.ts:24


optional captureMemory?: boolean

Defined in: src/profiling/types.ts:23


optional enabled?: boolean

Defined in: src/profiling/types.ts:17


optional includeUrls?: boolean

Defined in: src/profiling/types.ts:26


optional level?: ProfilerLevel

Defined in: src/profiling/types.ts:18


optional maxSamples?: number

Defined in: src/profiling/types.ts:20


optional maxSpans?: number

Defined in: src/profiling/types.ts:19


optional memorySampleIntervalMs?: number

Defined in: src/profiling/types.ts:22


optional pathDetail?: ProfilePathDetail

Defined in: src/profiling/types.ts:25


optional slowSpanThresholdMs?: number

Defined in: src/profiling/types.ts:21