ElectronCrashReporter.addExtraParameter method
ElectronCrashReporter › addExtraParameter
Unofficial
Sets an extra parameter to be sent with the crash report. The values specified here will be sent in addition to any values set via theextra option when start was called. Parameters added in this fashion are specific to the calling process. Signature:
addExtraParameter(key: string, value: string): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| key | string | The parameter key. Must be no longer than 39 bytes. |
| value | string | The parameter value. Must be no longer than 20320 bytes. |
Returns: void