Created
August 8, 2018 07:33
-
-
Save ehfeng/3bb46550b8e8b842e5b09eae36163368 to your computer and use it in GitHub Desktop.
This file contains 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
{"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