@cmpsr/analytics
Advanced tools
Comparing version 0.6.0-20250124155300 to 0.6.0-20250124173330
@@ -109,3 +109,3 @@ /* eslint-disable prefer-rest-params */ "use strict"; | ||
integrations.forEach(function(integration) { | ||
if (disabledFunctions && disabledFunctions[integration.constructor.name].includes(func)) { | ||
if (disabledFunctions && disabledFunctions[integration.constructor.name] && disabledFunctions[integration.constructor.name].includes(func)) { | ||
integration[func] = function() { | ||
@@ -112,0 +112,0 @@ return null; |
@@ -10,3 +10,3 @@ { | ||
}, | ||
"version": "0.6.0-20250124155300", | ||
"version": "0.6.0-20250124173330", | ||
"author": "Steve Cox <stevejcox@me.com>", | ||
@@ -13,0 +13,0 @@ "license": "MIT", |
55875