Created
June 18, 2014 09:17
-
-
Save jmshal/ce1b5fc14d1dcd2cb7e6 to your computer and use it in GitHub Desktop.
Bugsnag & Browserify
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var Bugsnag = require('bugsnag-js'); | |
Bugsnag.apiKey = 'YOUR-API-KEY-HERE'; | |
throw new Error('Hello World'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"devDependencies": { | |
"bugsnag-js": "iampseudo/bugsnag-js" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment