remove crashReporter deprecation

This commit is contained in:
Shelley Vohr 2018-05-23 09:07:14 -07:00
parent 438ac61ff7
commit cc30f4c4fd
No known key found for this signature in database
GPG key ID: F13993A75599653C
2 changed files with 2 additions and 24 deletions

View file

@ -29,23 +29,6 @@ window.on('app-command', (e, cmd) => {
})
```
## `crashReporter`
```js
// Deprecated
crashReporter.start({
companyName: 'Crashly',
submitURL: 'https://crash.server.com',
autoSubmit: true
})
// Replace with
crashReporter.start({
companyName: 'Crashly',
submitURL: 'https://crash.server.com',
uploadToServer: true
})
```
## `nativeImage`
```js