Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 66d1d22

Browse files
author
Steven Kirk
committed
Don't use Rx when sending metrics.
Metrics may need to be sent before our plugin is fully loaded, so we can't use Rx.
1 parent 6e3dbb9 commit 66d1d22

File tree

15 files changed

+1352
-428
lines changed

15 files changed

+1352
-428
lines changed

.vs/config/applicationhost.config

Lines changed: 1019 additions & 0 deletions
Large diffs are not rendered by default.

src/GitHub.App/GitHub.App.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,6 @@
114114
<None Include="..\..\script\Key.snk" Condition="$(Buildtype) == 'Internal'">
115115
<Link>Key.snk</Link>
116116
</None>
117-
<Compile Include="..\..\script\src\MetricsService.cs" Condition="$(Buildtype) == 'Internal'">
118-
<Link>Services\MetricsService.cs</Link>
119-
</Compile>
120117
<Compile Include="Caches\CacheIndex.cs" />
121118
<Compile Include="Caches\CacheItem.cs" />
122119
<Compile Include="Caches\ImageCache.cs" />
@@ -190,7 +187,6 @@
190187
<Compile Include="Services\StandardUserErrors.cs" />
191188
<Compile Include="Controllers\UIController.cs" />
192189
<Compile Include="Services\Translation.cs" />
193-
<Compile Include="Services\UsageTracker.cs" />
194190
<Compile Include="UserErrors\PublishRepositoryUserError.cs" />
195191
<Compile Include="UserErrors\PrivateRepositoryOnFreeAccountUserError.cs" />
196192
<Compile Include="UserErrors\PrivateRepositoryQuotaExceededUserError.cs" />

src/GitHub.App/Services/UsageTracker.cs

Lines changed: 0 additions & 378 deletions
This file was deleted.

0 commit comments

Comments
 (0)