diff --git a/apps/web/components/common/Support.tsx b/apps/web/components/common/Support.tsx index 6db941fd3..900f87dbc 100644 --- a/apps/web/components/common/Support.tsx +++ b/apps/web/components/common/Support.tsx @@ -1,3 +1,4 @@ +import Script from 'next/script'; import getConfig from 'next/config'; import Tracker from '@openreplay/tracker'; import { useEffect, useRef } from 'react'; @@ -59,6 +60,14 @@ export function Support({ profile }: SupportProps) { ref={twakRef} /> ) : null} + {publicRuntimeConfig.NEXT_PUBLIC_ONBOARDING_TOKEN && ( +