refactor(analytics-module-ga): rename gaAddress option to scriptSrc

Signed-off-by: Phil Kuang <pkuang@factset.com>
This commit is contained in:
Phil Kuang
2021-12-02 08:54:00 -05:00
parent 704235786a
commit 33a93b634e
3 changed files with 8 additions and 10 deletions
+2 -2
View File
@@ -29,10 +29,10 @@ export interface Config {
/**
* URL to Google Analytics analytics.js script
* Defaults to https://www.google-analytics.com/analytics.js
* Defaults to fetching from GA source (eg. https://www.google-analytics.com/analytics.js)
* @visibility frontend
*/
gaAddress?: string;
scriptSrc?: string;
/**
* Whether or not to log analytics debug statements to the console.