import React from 'react'; import IntegrationForm from './IntegrationForm'; import DocLink from 'Shared/DocLink/DocLink'; const SentryForm = (props) => (

Sentry

How to integrate Sentry with OpenReplay and see backend errors alongside session recordings.
); SentryForm.displayName = 'SentryForm'; export default SentryForm;