Skip to content

ElectronCrashReporter.start method

ElectronCrashReporter › start

Unofficial

Initializes the crash reporter. This method must be called before using any other crashReporter APIs. Once initialized, the crashpad handler collects crashes from all subsequently created processes.

Signature:

start(options: ElectronCrashReporterStartOptions): void

Parameters:

Parameter Type Description
options ElectronCrashReporterStartOptions The crash reporter options.

Returns: void