Skip to content

Commit 1d9a488

Browse files
porglezompktoso
authored andcommitted
fixup! Add support for parameters passed to the @Traced macro
1 parent b956e2f commit 1d9a488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/TracingMacrosImplementation/TracedMacro.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ public struct TracedMacro: BodyMacro {
129129
operationName: operationName,
130130
context: context,
131131
kind: kind,
132-
spanName: spanName,
132+
spanName: spanName
133133
)
134134
}
135135

0 commit comments

Comments
 (0)