import React from 'react'; import { useTranslation } from 'react-i18next'; import { CodeBlock } from 'UI'; function AssistScript(props) { const { t } = useTranslation(); const scriptCode = ` `; return (
{t( 'If your OpenReplay tracker is set up using the JS snippet, then simply replace the .../openreplay.js occurrence with .../openreplay-assist.js. Below is an example of how the script should like after the change:', )}