Skip to content

Commit 5db05ed

Browse files
authored
Fix namespace to exclude ApiPlatform test HttpClient from instrumentation (#277)
1 parent 5e55dcb commit 5db05ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Instrumentation/Symfony/src/HttpClientInstrumentation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ final class HttpClientInstrumentation
2424
*/
2525
const SYNCHRONOUS_CLIENTS = [
2626
/** @psalm-suppress UndefinedClass */
27-
'\ApiPlatform\Symfony\Bundle\Test\Client',
27+
'ApiPlatform\Symfony\Bundle\Test\Client',
2828
];
2929

3030
public static function supportsProgress(string $class): bool

0 commit comments

Comments
 (0)