You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 21, 2023. It is now read-only.
Refactor telemetry logger only to post one usage tracker event `vs/github/usagetracker/increment-counter'.
The new event will simplify data classification for GDPR purposes.
Counter name and additional attributes are attached as event properties.
Copy file name to clipboardExpand all lines: src/GitHub.VisualStudio/Services/UsageTracker.cs
+16-10Lines changed: 16 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -19,12 +19,12 @@ public sealed class UsageTracker : IUsageTracker, IDisposable
19
19
{
20
20
privateconstintTelemetryVersion=1;// Please update the version every time you want to indicate a change in telemetry logic when the extension itself is updated
0 commit comments