{ "html": "
Start by adding the raven.js
script tag to your page. It should be loaded as early as possible.
<script src="https://cdn.ravenjs.com/3.20.1/raven.min.js"\n crossorigin="anonymous"></script>\n
Next configure Raven.js to use your Sentry DSN:
\nRaven.config('___PUBLIC_DSN___').install()\n
At this point, Raven is ready to capture any uncaught exception.
\n