Skip to content

Commit

Permalink
Added forward values for hotjar (#1036)
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry-Ross authored Jul 14, 2023
1 parent 04b540f commit e19107b
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion components/layout/analytics.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,19 @@ export const Analytics = () => {
<Head>
<Partytown
debug={false}
forward={["gtag", "dataLayer.push", "_hsq.push, fbq"]}
logScriptExecution
logSendBeaconRequests
forward={[
"gtag",
"dataLayer.push",
"_hsq.push, fbq, __tag_assistant_forwarder",
"hj",
"hjBootstrap",
"hjBootstrapCalled",
"hjLazyModules",
"hjSiteSettings",
"_hjSettings",
]}
resolveUrl={(url, location, type) => {
const proxiedWhitelist = [
"connect.facebook.net",
Expand Down

0 comments on commit e19107b

Please sign in to comment.