disabled analytics

This commit is contained in:
2ManyProjects 2025-07-06 12:25:09 -05:00
parent ba25a49d86
commit 835a400d2a

View file

@ -56,7 +56,7 @@ export const hasFunctionalConsent = () => {
export const applyConsentSettings = (level) => { export const applyConsentSettings = (level) => {
// Determine if analytics is allowed based on consent level // Determine if analytics is allowed based on consent level
const allowAnalytics = level === CONSENT_LEVELS.ANALYTICS || level === CONSENT_LEVELS.ALL; const allowAnalytics = level === CONSENT_LEVELS.ANALYTICS || level === CONSENT_LEVELS.ALL;
// if (allowAnalytics) { // if (allowAnalytics) {
// // Enable Clarity tracking // // Enable Clarity tracking
// Clarity?.consent(); // Clarity?.consent();