Skip to content

Instantly share code, notes, and snippets.

@jmshal
Created June 18, 2014 09:17
Show Gist options
  • Save jmshal/ce1b5fc14d1dcd2cb7e6 to your computer and use it in GitHub Desktop.
Save jmshal/ce1b5fc14d1dcd2cb7e6 to your computer and use it in GitHub Desktop.
Bugsnag & Browserify
var Bugsnag = require('bugsnag-js');
Bugsnag.apiKey = 'YOUR-API-KEY-HERE';
throw new Error('Hello World');
{
"devDependencies": {
"bugsnag-js": "iampseudo/bugsnag-js"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment