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 f569a92 commit 4c64883Copy full SHA for 4c64883
sdk/log/simple.go
@@ -93,7 +93,7 @@ func (s *SimpleProcessor) OnEmit(ctx context.Context, r *Record) (err error) {
93
defer func() {
94
simpleProcRecordsPool.Put(records)
95
}()
96
-
+
97
if s.selfObservabilityEnabled {
98
99
attrs := make([]attribute.KeyValue, 2, 3)
0 commit comments