Open sandboxFocus

Property TelemetryEnricher

TelemetryEnricher

Gets or sets a delegate to a method that can add of remove properties to the TraceTelemetry immediately before it will be written to Application Insights.

Declaration
public Action<ApplicationInsightsLogRecordBuilder, TraceTelemetry> TelemetryEnricher { get; set; }
Property Value
Type Description
Action<ApplicationInsightsLogRecordBuilder, TraceTelemetry>