Skip to content

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): void

Parameters:

Parameter Type Description
key string The parameter key to remove.

Returns: void