We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef11930 commit a598b12Copy full SHA for a598b12
lib/config.ts
@@ -22,6 +22,8 @@ export class Configuration extends ConfigBase implements IConfiguration { // Use
22
$injector.register("config", Configuration);
23
24
export class StaticConfig extends StaticConfigBase implements IStaticConfig {
25
+ public disableAnalytics = true;
26
+
27
public PROJECT_FILE_NAME = "package.json";
28
public CLIENT_NAME_KEY_IN_PROJECT_FILE = "nativescript";
29
public CLIENT_NAME = "tns";
0 commit comments