TraceConfig Object

    • string (optional) - Can be record-until-full, record-continuously, record-as-much-as-possible or trace-to-console. Defaults to .
    • trace_buffer_size_in_kb number (optional) - maximum size of the trace recording buffer in kilobytes. Defaults to 100MB.
    • enable_argument_filter boolean (optional) - if true, filter event data according to a specific list of events that have been manually vetted to not include any PII. See the implementation in Chromium for specifics.
    • included_categories string[] (optional) - a list of tracing categories to include. Can include glob-like patterns using at the end of the category name. See for the list of categories.
    • included_process_ids number[] (optional) - a list of process IDs to include in the trace. If not specified, trace all processes.
    • histogram_names string[] (optional) - a list of histogram names to report with the trace.