changing the telemetry event name incase the other one is used by vs code

This commit is contained in:
Leila Lali
2016-12-08 15:23:21 -08:00
parent 7d37431c0d
commit 9526b4dd49

View File

@@ -38,7 +38,7 @@ namespace Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts
{
public static readonly
EventType<TelemetryParams> Type =
EventType<TelemetryParams>.Create("telemetry/event");
EventType<TelemetryParams>.Create("telemetry/sqlevent");
}
/// <summary>