import React from 'react'; import IntegrationForm from './IntegrationForm'; import DocLink from 'Shared/DocLink/DocLink'; import IntegrationModalCard from 'Components/Client/Integrations/IntegrationModalCard'; const SentryForm = (props) => (
How it works?
  1. Generate Sentry Auth Token
  2. Enter the token below
  3. Propagate openReplaySessionToken
); SentryForm.displayName = 'SentryForm'; export default SentryForm;