Track javascript errors
npm install @infrasightlabs/backtrace

For the latest stable version:
```
npm install @infrasightlabs/backtrace
Include the script and specify a capture url:
`javascript`
backtrace.configure.setCaptureUrl('http://example.com/capture');
or in the script tag:
`html``