import React from 'react'; import IntegrationForm from '../IntegrationForm'; import DocLink from 'Shared/DocLink/DocLink'; const NewrelicForm = (props) => ( <>
How to integrate NewRelic with OpenReplay and see backend errors alongside session recordings.
); NewrelicForm.displayName = "NewrelicForm"; export default NewrelicForm;