CrashReporterStartOptions
Properties
Deprecated alias for { globalExtra: { _companyName: ... } }
.
Extra string key/value annotations that will be sent along with crash reports that are generated in the main process. Only string values are supported. Crashes generated in child processes will not contain these extra parameters to crash reports generated from child processes, call addExtraParameter
from the child process.
Extra string key/value annotations that will be sent along with any crash reports generated in any process. These annotations cannot be changed once the crash reporter has been started. If a key is present in both the global extra parameters and the process-specific extra parameters, then the global one will take precedence. By default, productName
and the app version are included, as well as the Electron version.
If true, crashes generated in the main process will not be forwarded to the system crash handler. Default is false
.
Defaults to app.name
.
Whether crash reports should be sent to the server. If false, crash reports will be collected and stored in the crashes directory, but not uploaded. Default is true
.