-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add HotJar #972
feat: add HotJar #972
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
4 Ignored Deployments
|
# Conflicts: # apps/academy/pages/_app.tsx # apps/analytics/pages/_app.tsx # apps/furo/pages/_app.tsx # packages/ui/src/components/index.ts
PR-Codex overview
This PR focuses on adding HotJar and Google Analytics scripts to various pages in different apps.
Detailed summary:
HotJar
andGoogleAnalytics
components toswap/layout.tsx
,landing/layout.tsx
,earn/components/PoolsSection/Tables/TableFilters/TableFiltersNetwork.tsx
,select.tsx
,popovernew.tsx
,pages/_app.tsx
,blog/pages/_app.tsx
,academy/pages/_app.tsx
,furo/pages/_app.tsx
, andanalytics/pages/_app.tsx
.HotJar
andGoogleAnalytics
components inlayout.tsx
,TableFiltersNetwork.tsx
,select.tsx
,popovernew.tsx
,pages/_app.tsx
,blog/pages/_app.tsx
,academy/pages/_app.tsx
,furo/pages/_app.tsx
, andanalytics/pages/_app.tsx
.Script
import and usage frompages/_app.tsx
,blog/pages/_app.tsx
,academy/pages/_app.tsx
,furo/pages/_app.tsx
, andanalytics/pages/_app.tsx
.GoogleAnalytics
andHotJar
components topages/_app.tsx
,blog/pages/_app.tsx
,academy/pages/_app.tsx
,furo/pages/_app.tsx
, andanalytics/pages/_app.tsx
.