Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit 55aa0cd

Browse files
committed
default disabled
1 parent 6fd3159 commit 55aa0cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/otel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Enable or disable OpenTelemetry tracing
77
* When disabled, no watchers will be registered and no tracing will occur
88
*/
9-
'enabled' => env('OTEL_ENABLED', true),
9+
'enabled' => env('OTEL_ENABLED', false),
1010

1111
/**
1212
* The name of the tracer that will be used to create spans.

0 commit comments

Comments
 (0)