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 d1cdf14 commit 66cfb96Copy full SHA for 66cfb96
lib/config.ts
@@ -22,8 +22,6 @@ 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