PostSharpAPI ReferencePost­Sharp.​Patterns.​Diagnostics.​Backends.​Application­InsightsApplication­Insights­Logging­Backend­OptionsTelemetry­Enricher
Open sandboxFocus

ApplicationInsightsLoggingBackendOptions.TelemetryEnricher Property

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
System.Action<ApplicationInsightsLogRecordBuilder, TraceTelemetry>