diff --git a/docs/tools/development/scout/getting-started.mdx b/docs/tools/development/scout/getting-started.mdx index 096abf37a..da64a1054 100644 --- a/docs/tools/development/scout/getting-started.mdx +++ b/docs/tools/development/scout/getting-started.mdx @@ -84,7 +84,16 @@ There are a few different ways to enable advanced telemetry depending on your de -> TODO +#### Enabling Detailed Telemetry data + +To view and analyze your performance of applications with detailed telemetry data, do the following: + +1. In Intellij Idea, select **File** > **Project Structure** to bring up the **Project Structure** dialog. +2. On the **Project Structure** dialog, go to **Modules** and select the module you want to enable detailed telemetry on. +3. Go to **Compiler Options**, and on the **Additional compiler options** add the line `-advanced-telemetry`. +4. Click **OK**. + +Unfortunately, there doesn't seem to be an option for password protection for the detailed telemetry data.