Skip to content

Commit

Permalink
Changed telemetry
Browse files Browse the repository at this point in the history
  • Loading branch information
madskristensen committed Feb 24, 2016
1 parent b565fe0 commit e0743e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BrowserLink/ReloadExtension.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ public override void OnDisconnecting(BrowserLinkConnection connection)

public void Reload()
{
Telemetry.TrackEvent("Reloaded");
Browsers.Clients(_connections.ToArray()).Invoke("reload");
}

Expand Down Expand Up @@ -84,7 +85,6 @@ void FileChanged(object sender, FileSystemEventArgs e)
return;

Interlocked.Exchange(ref _state, 2);
Telemetry.TrackEvent("Saved ." + ext);
}
}

Expand Down

0 comments on commit e0743e8

Please sign in to comment.