mirror of
https://github.com/BillyOutlast/posthog.git
synced 2026-02-04 03:01:23 +01:00
fix: no more crashes on empty message. (#27899)
This commit is contained in:
@@ -83,6 +83,7 @@ func (c *PostHogKafkaConsumer) Consume() {
|
||||
if err != nil {
|
||||
log.Printf("Error consuming message: %v", err)
|
||||
sentry.CaptureException(err)
|
||||
continue
|
||||
}
|
||||
|
||||
var wrapperMessage PostHogEventWrapper
|
||||
|
||||
Reference in New Issue
Block a user