50479: Added google analytics support

This commit is contained in:
Kristof De Langhe
2018-03-20 15:29:05 +01:00
parent 62ff2d3454
commit 35cbedf6fe
10 changed files with 40 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ export interface GlobalConfig extends Config {
production: boolean;
cache: CacheConfig;
universal: UniversalConfig;
gaTrackingId: string;
logDirectory: string;
debug: boolean;
}