From 79a9aa4719435266518d902baa14538b2182f044 Mon Sep 17 00:00:00 2001 From: Daniel Jilg Date: Tue, 14 Dec 2021 21:35:51 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 731a56a..866b679 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,8 @@ TelemetryManager.send("appLaunchedRegularly") ## Debug -> Test Mode If your app's build configuration is set to "Debug", all signals sent will be marked as testing signals. In the Telemetry Viewer app, actvivate **Test Mode** to see those. +If you want to manually control wether test mode is active, you can set the `configuration.testMode` property. + ## User Identifiers Telemetry Manager will create a user identifier for you user that is specific to app installation and device. If you have a better user identifier available, such as an email address or a username, you can use that instead, by passing it on to the `TelemetryManagerConfiguration` (the identifier will be hashed before sending it).