Skip to content

Commit edb53c7

Browse files
committed
remove unused import
1 parent 0897900 commit edb53c7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Instrumentation/AwsSdk/AwsSdkInstrumentation.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
use OpenTelemetry\API\Trace\SpanKind;
1313
use OpenTelemetry\API\Trace\TracerInterface;
1414
use OpenTelemetry\API\Trace\TracerProviderInterface;
15-
use OpenTelemetry\Context\Context;
1615

1716
use OpenTelemetry\Context\Propagation\TextMapPropagatorInterface;
1817
use OpenTelemetry\Context\ScopeInterface;
@@ -30,7 +29,7 @@ class AwsSdkInstrumentation implements InstrumentationInterface
3029
private TextMapPropagatorInterface $propagator;
3130
private TracerProviderInterface $tracerProvider;
3231
private $clients = [] ;
33-
private string $clientName = 'awsClient';
32+
private string $clientName;
3433
private string $region;
3534
private SpanInterface $span;
3635
private ScopeInterface $scope;

0 commit comments

Comments
 (0)