Skip to content

Commit e0478a2

Browse files
committed
chore: fix processItems
1 parent b1bfe59 commit e0478a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/telemetry/scheduler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ func (s *Scheduler) processItems(buffer BufferInterface[protocol.EnvelopeItemCon
215215
envItems = append(envItems, lp.ToLogPayload())
216216
} else {
217217
debuglog.Printf("Invalid envelope item; cannot convert to log: %v", it)
218-
return
218+
continue
219219
}
220220
}
221221
if len(envItems) == 0 {

0 commit comments

Comments
 (0)