import React from 'react'; import IntegrationForm from './IntegrationForm'; import DocLink from 'Shared/DocLink/DocLink'; import IntegrationModalCard from 'Components/Client/Integrations/IntegrationModalCard'; const StackdriverForm = (props) => (
How it works?
  1. Create Google Cloud Service Account
  2. Enter the details below
  3. Propagate openReplaySessionToken
); StackdriverForm.displayName = 'StackdriverForm'; export default StackdriverForm;