fix(analytics) clarify log line
This commit is contained in:
parent
b153bf2fb8
commit
ddbd3f292a
|
@ -235,7 +235,7 @@ function _inIframe() {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Tries to load the scripts for the analytics handlers and creates them.
|
* Tries to load the scripts for the external analytics handlers and creates them.
|
||||||
*
|
*
|
||||||
* @param {Array} scriptURLs - The array of script urls to load.
|
* @param {Array} scriptURLs - The array of script urls to load.
|
||||||
* @param {Object} handlerConstructorOptions - The default options to pass when creating handlers.
|
* @param {Object} handlerConstructorOptions - The default options to pass when creating handlers.
|
||||||
|
@ -286,7 +286,7 @@ function _loadHandlers(scriptURLs = [], handlerConstructorOptions) {
|
||||||
logger.warn(`Error creating analytics handler: ${error}`);
|
logger.warn(`Error creating analytics handler: ${error}`);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
logger.debug(`Loaded ${handlers.length} analytics handlers`);
|
logger.debug(`Loaded ${handlers.length} external analytics handlers`);
|
||||||
|
|
||||||
return handlers;
|
return handlers;
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue