ElectronCrashReporter.removeExtraParameter method
ElectronCrashReporter › removeExtraParameter
Unofficial
Removes an extra parameter from the current set of parameters. Future crashes will not include this parameter.Signature:
removeExtraParameter(key: string): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| key | string | The parameter key to remove. |
Returns: void