Skip to main content

CrashDumpOptions

Electron APIs / recorder / CrashDumpOptions

Crash dump configuration for the OBS host process.

Properties

PropertyTypeDescription
maxFiles?numberMax crash dumps to retain in ow-obs/crashdumps; the oldest are deleted beyond this count. Positive integer, defaults to 3.
type?CrashDumpTypeDump detail level; defaults to mini. Set to off to disable crash dump capture entirely. See CrashDumpType.