Method | Description | |
---|---|---|
Initialize ( DTE2 dte, string version, string telemetryKey ) : void |
Initializes the telemetry client.
|
|
Initialize ( IServiceProvider serviceProvider, string version, string telemetryKey ) : void |
Initializes the telemetry client.
|
|
TrackEvent ( string key, string>.IDictionary |
Tracks an event to ApplicationInsights.
|
|
TrackException ( Exception ex ) : void |
Tracks any exception.
|
public static Initialize ( DTE2 dte, string version, string telemetryKey ) : void | ||
dte | DTE2 | |
version | string | |
telemetryKey | string | |
return | void |
public static Initialize ( IServiceProvider serviceProvider, string version, string telemetryKey ) : void | ||
serviceProvider | IServiceProvider | |
version | string | |
telemetryKey | string | |
return | void |
public static TrackEvent ( string key, string>.IDictionary |
||
key | string | |
properties | string>.IDictionary | |
return | void |
public static TrackException ( Exception ex ) : void | ||
ex | Exception | |
return | void |