import IntegrationForm from './IntegrationForm'; const StackdriverForm = (props) => ( <>
How to integrate Stackdriver with OpenReplay and see backend errors alongside session recordings.
See Documentation for more details.
); StackdriverForm.displayName = "StackdriverForm"; export default StackdriverForm;