Skip to content

Commit f5cef3f

Browse files
committed
rogue brackets
1 parent ea3e8d0 commit f5cef3f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tracer/src/Datadog.Trace/ClrProfiler/AutoInstrumentation/Azure/Functions/AzureFunctionsCommon.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -293,9 +293,6 @@ _ when type.StartsWith("eventGrid", StringComparison.OrdinalIgnoreCase) => "Even
293293
fullName: functionContext.FunctionDefinition.EntryPoint,
294294
bindingSource: rootSpan.Tags is AzureFunctionsTags t ? t.BindingSource : null,
295295
triggerType: triggerType);
296-
}
297-
298-
{
299296
// change root span's type to "serverless"
300297
scope.Root.Span.Type = SpanType;
301298
scope.Span.ResourceName = $"{triggerType} {functionName}";

0 commit comments

Comments
 (0)