We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d572534 commit 91aaffcCopy full SHA for 91aaffc
tests/Unit/Instrumentation/AwsSdk/AwsSdkInstrumentationTest.php
@@ -4,14 +4,13 @@
4
5
namespace OpenTelemetry\Test\Unit\Instrumentation\AwsSdk;
6
7
+use DG\BypassFinals;
8
use OpenTelemetry\API\Trace\TracerInterface;
-use OpenTelemetry\Aws\Xray\IdGenerator;
9
use OpenTelemetry\Aws\Xray\Propagator;
10
use OpenTelemetry\Instrumentation\AwsSdk\AwsSdkInstrumentation;
11
use OpenTelemetry\SDK\Trace\TracerProvider;
12
use OpenTelemetry\SDK\Trace\TracerProviderInterface;
13
use PHPUnit\Framework\TestCase;
14
-use DG\BypassFinals;
15
16
class AwsSdkInstrumentationTest extends TestCase
17
{
0 commit comments