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