From d3f36013885be55305fcaf6fe4b186d86056ed46 Mon Sep 17 00:00:00 2001 From: Mako Date: Thu, 8 Jan 2026 02:32:59 +0200 Subject: [PATCH] doc: enable detailed telemetry in Intellij Idea Enable advanced telemetry in Intellij Idea via additional compiler options --- docs/tools/development/scout/getting-started.mdx | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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.