Skip to content

Commit 9efbcfb

Browse files
committed
update otel schema to 1.40 and update span attributes within the schema
1 parent 7400f5f commit 9efbcfb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/API/Instrumentation/WithSpanHandler.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ public static function pre(mixed $target, array $params, ?string $class, string
3939
->setAttribute('code.function.name', $class !== null ? $class . '::' . $function : $function)
4040
->setAttribute('code.file.path', $filename)
4141
->setAttribute('code.line.number', $lineno)
42-
->setAttribute('code.column.number', $lineno)
4342
->setAttributes($attributes ?? [])
4443
->startSpan();
4544
$context = $span->storeInContext(Context::getCurrent());

0 commit comments

Comments
 (0)