Skip to content

Commit

Permalink
fix: defaulttracking
Browse files Browse the repository at this point in the history
  • Loading branch information
yongenaelf committed Oct 15, 2024
1 parent b820116 commit 1c8d087
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/theme/analytics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ import TagManager from "react-gtm-module";
export const analytics = () => {
const gaEventsForwarder = gaEventsForwarderPlugin();
amplitude.add(gaEventsForwarder);

amplitude.init("7652218546e8f6cc3d045e43a68830f6");

amplitude.init("7652218546e8f6cc3d045e43a68830f6", { defaultTracking: true });
ReactGA.initialize("G-PFZ0BCQHMY");
TagManager.initialize({
gtmId: "GTM-NKWDMQ52",
Expand Down

0 comments on commit 1c8d087

Please sign in to comment.