Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion docs/tools/development/scout/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,16 @@ There are a few different ways to enable advanced telemetry depending on your de

<TabItem value="intellij" >

> 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.

</TabItem>
<TabItem value="vscode" >
Expand Down