Skip to content

Commit

Permalink
chore: remove tracking (#57)
Browse files Browse the repository at this point in the history
Signed-off-by: james-a-morris <[email protected]>
  • Loading branch information
james-a-morris authored Aug 20, 2024
1 parent ab63da1 commit 77a5844
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/_lib/amplitude.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ export async function initializeAmplitude(setLoaded: (loaded: boolean) => void)
fileDownloads: false,
formInteractions: false,
},
trackingOptions: {
ipAddress: false,
},
});
ampli.load({
client: { instance: amplitude, configuration: {} },
Expand Down

0 comments on commit 77a5844

Please sign in to comment.