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 e67b49b commit f74cbedCopy full SHA for f74cbed
Instrumentation/WithSpanHandler.php
@@ -18,7 +18,7 @@ class WithSpanHandler
18
/**
19
* @psalm-suppress ArgumentTypeCoercion
20
*/
21
- public static function pre(mixed $target, array $params, string $class, string $function, ?string $filename, ?int $lineno, ?array $span_args = [], ?array $attributes = []): void
+ public static function pre(mixed $target, array $params, ?string $class, string $function, ?string $filename, ?int $lineno, ?array $span_args = [], ?array $attributes = []): void
22
{
23
static $instrumentation;
24
$instrumentation ??= new CachedInstrumentation(name: 'io.opentelemetry.php.with-span', schemaUrl: 'https://opentelemetry.io/schemas/1.25.0');
0 commit comments