Skip to content

Commit 0a4fecc

Browse files
author
Stewart Miles
committed
Added a module to measure plugin usage with Google Analytics.
Adds the EditorMeasurement class which allows plugin developers to measure usage using Google Analytics. At the moment the EditorMeasurement class is only enabled in the unit test via the EditorMeasurement.GloballyEnabled flag. Bug: 112723334 Change-Id: Ifbf7529accc74ee073ce8274f121770fb9ed043c
1 parent 2163c5b commit 0a4fecc

File tree

4 files changed

+961
-0
lines changed

4 files changed

+961
-0
lines changed

source/VersionHandlerImpl/VersionHandlerImpl.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
<ItemGroup>
5656
<Compile Include="src\Logger.cs" />
5757
<Compile Include="src\ExecutionEnvironment.cs" />
58+
<Compile Include="src\EditorMeasurement.cs" />
5859
<Compile Include="src\FileUtils.cs" />
5960
<Compile Include="src\MultiSelectWindow.cs" />
6061
<Compile Include="src\PortableWebRequest.cs" />

0 commit comments

Comments
 (0)