Skip to content

Commit

Permalink
fix: depreciation
Browse files Browse the repository at this point in the history
  • Loading branch information
yongenaelf committed Oct 15, 2024
1 parent 1c8d087 commit 55e133f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme/analytics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import TagManager from "react-gtm-module";
export const analytics = () => {
const gaEventsForwarder = gaEventsForwarderPlugin();
amplitude.add(gaEventsForwarder);
amplitude.init("7652218546e8f6cc3d045e43a68830f6", { defaultTracking: true });
amplitude.init("7652218546e8f6cc3d045e43a68830f6", { autocapture: true });
ReactGA.initialize("G-PFZ0BCQHMY");
TagManager.initialize({
gtmId: "GTM-NKWDMQ52",
Expand Down

0 comments on commit 55e133f

Please sign in to comment.