docs: fix broken sentence in crashReporter.start() documentation (#47777)
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Pratyush <116508117+pratstick@users.noreply.github.com>
This commit is contained in:
parent
591b1e77ad
commit
52bba3fb5f
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ The `crashReporter` module has the following methods:
|
||||||
* `extra` Record\<string, string\> (optional) - Extra string key/value
|
* `extra` Record\<string, string\> (optional) - Extra string key/value
|
||||||
annotations that will be sent along with crash reports that are generated
|
annotations that will be sent along with crash reports that are generated
|
||||||
in the main process. Only string values are supported. Crashes generated in
|
in the main process. Only string values are supported. Crashes generated in
|
||||||
child processes will not contain these extra
|
child processes will not include these extra parameters. To add extra
|
||||||
parameters to crash reports generated from child processes, call
|
parameters to crash reports generated from child processes, call
|
||||||
[`addExtraParameter`](#crashreporteraddextraparameterkey-value) from the
|
[`addExtraParameter`](#crashreporteraddextraparameterkey-value) from the
|
||||||
child process.
|
child process.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue