Skip to content

Commit a9c2a7c

Browse files
Fix exceptions tracking
Set correct name for ERROR_REPORTING_SETTING_NAME in static config. Fixes #695
1 parent 8caba2c commit a9c2a7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/config.ts

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ export class StaticConfig extends staticConfigBaseLibPath.StaticConfigBase imple
2828
public CLIENT_NAME_ALIAS = "NativeScript";
2929
public ANALYTICS_API_KEY = "5752dabccfc54c4ab82aea9626b7338e";
3030
public TRACK_FEATURE_USAGE_SETTING_NAME = "TrackFeatureUsage";
31+
public ERROR_REPORT_SETTING_NAME = "TrackExceptions";
3132
public ANALYTICS_INSTALLATION_ID_SETTING_NAME = "AnalyticsInstallationID";
3233
public START_PACKAGE_ACTIVITY_NAME = "com.tns.NativeScriptActivity";
3334

0 commit comments

Comments
 (0)