|
@@ -235,7 +235,7 @@ function _inIframe() {
|
235
|
235
|
}
|
236
|
236
|
|
237
|
237
|
/**
|
238
|
|
- * Tries to load the scripts for the analytics handlers and creates them.
|
|
238
|
+ * Tries to load the scripts for the external analytics handlers and creates them.
|
239
|
239
|
*
|
240
|
240
|
* @param {Array} scriptURLs - The array of script urls to load.
|
241
|
241
|
* @param {Object} handlerConstructorOptions - The default options to pass when creating handlers.
|
|
@@ -286,7 +286,7 @@ function _loadHandlers(scriptURLs = [], handlerConstructorOptions) {
|
286
|
286
|
logger.warn(`Error creating analytics handler: ${error}`);
|
287
|
287
|
}
|
288
|
288
|
}
|
289
|
|
- logger.debug(`Loaded ${handlers.length} analytics handlers`);
|
|
289
|
+ logger.debug(`Loaded ${handlers.length} external analytics handlers`);
|
290
|
290
|
|
291
|
291
|
return handlers;
|
292
|
292
|
});
|