0.1.7 • Published 8 years ago

@infrasightlabs/backtrace v0.1.7

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

Build Status npm version

Backtrace

Installing

For the latest stable version:

npm install @infrasightlabs/backtrace

Usage

Include the script and specify a capture url:

backtrace.configure.setCaptureUrl('http://example.com/capture');

or in the script tag:

<script type="text/javascript" src="backtrace.js" data-capture-url="http://example.com/capture"></script>