From e415efacebca15ebaf2bc55351e319a644666d29 Mon Sep 17 00:00:00 2001 From: Shelley Vohr Date: Thu, 16 Aug 2018 09:15:17 -0700 Subject: [PATCH] docs: crashReporter companyName is not optional --- docs/api/crash-reporter.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/crash-reporter.md b/docs/api/crash-reporter.md index d8f9f0602417..80d266ab5638 100644 --- a/docs/api/crash-reporter.md +++ b/docs/api/crash-reporter.md @@ -42,7 +42,7 @@ The `crashReporter` module has the following methods: ### `crashReporter.start(options)` * `options` Object - * `companyName` String (optional) + * `companyName` String * `submitURL` String - URL that crash reports will be sent to as POST. * `productName` String (optional) - Defaults to `app.getName()`. * `uploadToServer` Boolean (optional) - Whether crash reports should be sent to the server