File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
src/Instrumentation/AwsSdk Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 1212use OpenTelemetry \API \Trace \SpanKind ;
1313use OpenTelemetry \API \Trace \TracerInterface ;
1414use OpenTelemetry \API \Trace \TracerProviderInterface ;
15- use OpenTelemetry \Context \Context ;
1615
1716use OpenTelemetry \Context \Propagation \TextMapPropagatorInterface ;
1817use 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 ;
You can’t perform that action at this time.
0 commit comments