disabled analytics
This commit is contained in:
parent
ba25a49d86
commit
835a400d2a
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ export const hasFunctionalConsent = () => {
|
|||
export const applyConsentSettings = (level) => {
|
||||
// Determine if analytics is allowed based on consent level
|
||||
const allowAnalytics = level === CONSENT_LEVELS.ANALYTICS || level === CONSENT_LEVELS.ALL;
|
||||
|
||||
|
||||
// if (allowAnalytics) {
|
||||
// // Enable Clarity tracking
|
||||
// Clarity?.consent();
|
||||
|
|
|
|||
Loading…
Reference in a new issue