Skip to content

Commit

Permalink
strict privacy policy
Browse files Browse the repository at this point in the history
  • Loading branch information
lendihop committed Jul 18, 2023
1 parent 5f40d2c commit bc30244
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/temple/back/analytics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ const { TEMPLE_WALLET_JITSU_WRITE_KEY: WRITE_KEY, TEMPLE_WALLET_JITSU_TRACKING_H

const client = jitsuClient({
key: WRITE_KEY,
tracking_host: TRACKING_HOST
tracking_host: TRACKING_HOST,
privacy_policy: 'strict'
});

export const trackEvent = async ({
Expand Down

0 comments on commit bc30244

Please sign in to comment.