Skip to content

Instantly share code, notes, and snippets.

@ehfeng
Created August 8, 2018 07:33
Show Gist options
  • Save ehfeng/3bb46550b8e8b842e5b09eae36163368 to your computer and use it in GitHub Desktop.
Save ehfeng/3bb46550b8e8b842e5b09eae36163368 to your computer and use it in GitHub Desktop.
{"code": "var Raven = require('raven');\nRaven.config('https://[email protected]/1257305').install();\ntry {\n doAnotherThing(a[0]);\n} catch (e) {\n Raven.captureException(e);\n}"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment