Small edits
This commit is contained in:
parent
221eff7fec
commit
bbf2cbb6f6
2 changed files with 3 additions and 1 deletions
|
@ -7,6 +7,7 @@ generated file to view the result.
|
|||
|
||||
```javascript
|
||||
var tracing = require('content-tracing');
|
||||
|
||||
tracing.startRecording('*', tracing.DEFAULT_OPTIONS, function() {
|
||||
console.log('Tracing started');
|
||||
|
||||
|
|
|
@ -6,7 +6,8 @@ The following is an example of automatically submitting a crash report to a
|
|||
remote server:
|
||||
|
||||
```javascript
|
||||
crashReporter = require('crash-reporter');
|
||||
var crashReporter = require('crash-reporter');
|
||||
|
||||
crashReporter.start({
|
||||
productName: 'YourName',
|
||||
companyName: 'YourCompany',
|
||||
|
|
Loading…
Reference in a new issue