Skip to content

Commit dec05fd

Browse files
authored
fix HttpClientAspect duplicated spans (#25)
1 parent 00890fa commit dec05fd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Aspect/HttpClientAspect.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ class HttpClientAspect extends AbstractAspect
3939
use ExceptionAppender;
4040

4141
public array $classes = [
42-
Client::class . '::request',
4342
Client::class . '::requestAsync',
4443
];
4544

0 commit comments

Comments
 (0)