We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0b564e commit 77ffe0aCopy full SHA for 77ffe0a
components/AnalyticsScripts.tsx
@@ -40,7 +40,6 @@ const useUserAnalytics = () => {
40
const FullStoryScripts = () => {
41
const fullstoryEnabled = process.env.NEXT_PUBLIC_ENABLE_FULLSTORY === "1" && process.env.NEXT_PUBLIC_FULLSTORY_ORG;
42
const [session] = useSession();
43
- console.log('process.env.NEXT_PUBLIC_ENABLE_FULLSTORY->', process.env.NEXT_PUBLIC_ENABLE_FULLSTORY, process.env.NEXT_PUBLIC_FULLSTORY_ORG, fullstoryEnabled)
44
45
useEffect(() => {
46
if (window && window.FS && session && session.user) {
0 commit comments