Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
developermode false fot test app
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Reimold committed May 28, 2016
1 parent ec2f6a3 commit 6d6325a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ protected void onCreate(Bundle savedInstanceState) {
//ApplicationInsights.setUserId("New user ID");
//ApplicationInsights.renewSession("New session ID");

ApplicationInsights.setDeveloperMode(true);
ApplicationInsights.setDeveloperMode(false);

HashMap<String, String> properties = new HashMap<String, String>();
properties.put("Hometown", "Karlsruhe");
Expand Down

0 comments on commit 6d6325a

Please sign in to comment.