Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 669 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 669 Bytes

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>