Merge pull request #8380 from electron/auto-submit-rename
Rename autoSubmit to uploadToServer in example
This commit is contained in:
commit
070bbcfc3d
1 changed files with 3 additions and 3 deletions
|
|
@ -14,7 +14,7 @@ crashReporter.start({
|
|||
productName: 'YourName',
|
||||
companyName: 'YourCompany',
|
||||
submitURL: 'https://your-domain.com/url-to-submit',
|
||||
autoSubmit: true
|
||||
uploadToServer: true
|
||||
})
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue