{ "html": "
\n

Installation

\n

Start by adding the raven.js script tag to your page. It should be loaded as early as possible, before your main javascript bundle.

\n
<script src="https://cdn.ravenjs.com/3.20.1/raven.min.js"\n    crossorigin="anonymous"></script>\n
\n
\n
\n\n\n
\n

Configuring the Client

\n

Next configure Raven.js to use your Sentry DSN:

\n
Raven.config('___PUBLIC_DSN___').install()\n
\n
\n

At this point, Raven is ready to capture any uncaught exception.

\n
\n", "link": "https://docs.getsentry.com/clients/javascript/integrations/react/", "id": "javascript-react", "name": "React" }