You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Precedence for `Context.Operation.Id`: `operationId` property > `TraceId` property > `Activity.TraceId`(when both `operationId` and `TraceId` properties are absent).
389
+
Precedence for `Context.Operation.Id`: `operationId` property > `TraceId` property (when both `operationId` and `TraceId` properties are absent).
Copy file name to clipboardExpand all lines: src/Serilog.Sinks.ApplicationInsights/Sinks/ApplicationInsights/TelemetryConverters/TelemetryConverterBase.cs
+2-25Lines changed: 2 additions & 25 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,4 @@
1
-
usingSystem;
2
-
usingSystem.Collections.Generic;
3
-
usingSystem.Diagnostics;
4
-
usingSystem.IO;
5
-
usingSystem.Linq;
1
+
usingSystem.Diagnostics;
6
2
usingMicrosoft.ApplicationInsights.Channel;
7
3
usingMicrosoft.ApplicationInsights.DataContracts;
8
4
usingSerilog.Events;
@@ -39,21 +35,11 @@ public abstract class TelemetryConverterBase : ITelemetryConverter
0 commit comments