electron/docs/api/structures/trace-config.md
Zac Walker 51cfb5cff1 fix: extend tracing startRecording API to take a full tracing config (#13914)
This allows memory-infra to be traced correctly.
Fixes #12506.
2018-12-20 15:11:17 +03:00

323 B

TraceConfig Object

  • included_categories String[] (optional)
  • excluded_categories String[] (optional)
  • memory_dump_config Object (optional)

See an example in the Chromium docs.