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 0c03c45 commit 611bd99Copy full SHA for 611bd99
src/LaravelInstrumentation.php
@@ -7,7 +7,6 @@
7
use Illuminate\Foundation\Application;
8
use Illuminate\Foundation\Http\Kernel;
9
use Illuminate\Http\Request;
10
-use Illuminate\Http\Response;
11
use Illuminate\Support\ServiceProvider;
12
use OpenTelemetry\API\Common\Instrumentation\CachedInstrumentation;
13
use OpenTelemetry\API\Common\Instrumentation\Globals;
@@ -18,6 +17,7 @@
18
17
use OpenTelemetry\Context\Context;
19
use function OpenTelemetry\Instrumentation\hook;
20
use OpenTelemetry\SemConv\TraceAttributes;
+use Symfony\Component\HttpFoundation\Response;
21
use Throwable;
22
23
class LaravelInstrumentation
0 commit comments