We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5420648 commit 04c85a1Copy full SHA for 04c85a1
Instrumentation/SpanAttribute.php
@@ -11,7 +11,7 @@
11
* attribute, adding this attribute to an argument will
12
* add the argument as a span attribute.
13
*/
14
-#[Attribute(Attribute::TARGET_PROPERTY)]
+#[Attribute(Attribute::TARGET_PARAMETER | Attribute::TARGET_PROPERTY)]
15
final class SpanAttribute
16
{
17
/**
0 commit comments