Skip to content

Commit

Permalink
Merge pull request #15 from mxiamxia/fix-import
Browse files Browse the repository at this point in the history
fix the missing imports
  • Loading branch information
jj22ee authored Feb 13, 2024
2 parents 34e3603 + 3c9ef1d commit 918c8c6
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 918c8c6

Please sign in to comment.