Skip to content

Commit

Permalink
fix the missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mxiamxia committed Feb 13, 2024
1 parent 34e3603 commit 3c9ef1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SampleApp/src/Controller/AwsSdkInstrumentationController.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
use OpenTelemetry\Aws\Xray\Propagator;
use OpenTelemetry\Aws\AwsSdkInstrumentation;

use OpenTelemetry\SDK\Common\Configuration\Configuration;
use OpenTelemetry\SDK\Common\Configuration\Variables;
use OpenTelemetry\SDK\Trace\TracerProvider;
use OpenTelemetry\SDK\Trace\SpanProcessor\SimpleSpanProcessor;

Expand Down

0 comments on commit 3c9ef1d

Please sign in to comment.