Skip to content

Commit 024c375

Browse files
committed
wip
1 parent 7202ae2 commit 024c375

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/Handlers/WorkerStartingHandler.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@ class WorkerStartingHandler
1717
*/
1818
public function handle(WorkerStarting $event): void
1919
{
20-
// Only handle in Octane mode
21-
if (! Measure::isOctane()) {
22-
return;
23-
}
24-
2520
// Validate OTEL environment variables
2621
if (! config('otel.enabled', true)) {
2722
return;

0 commit comments

Comments
 (0)