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) => {
|
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();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue