Skip to content

Commit

Permalink
change logevent to track event
Browse files Browse the repository at this point in the history
  • Loading branch information
zuies committed Mar 4, 2024
1 parent 98760a3 commit a19f0c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/amplitudeHelper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export function usePageViewTracking() {
const queryParams = new URLSearchParams(window.location.search);
const params = Object.fromEntries(queryParams.entries());

amplitude.logEvent('PAGE_VIEW', {
amplitude.track('PAGE_VIEW', {
path: url,
communityId: community?.id,
communityName: community?.name,
Expand Down

0 comments on commit a19f0c8

Please sign in to comment.