You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Instrumentation/Laravel/README.md
-24Lines changed: 0 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,27 +22,3 @@ The extension can be disabled via [runtime configuration](https://opentelemetry.
22
22
```shell
23
23
OTEL_PHP_DISABLED_INSTRUMENTATIONS=laravel
24
24
```
25
-
26
-
### Log Context Attributes
27
-
28
-
By default, log context is JSON-encoded into a single `context` attribute. This can make it difficult to search for specific context values in observability backends like SigNoz.
29
-
30
-
To flatten log context into individual, searchable attributes, enable:
0 commit comments