Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric-cordenier committed Dec 10, 2024
1 parent 182a3d1 commit f8d9b87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/custmsg/custom_message.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ func sendLogAsCustomMessageW(ctx context.Context, msg string, labels map[string]
}
payloadBytes, err := proto.Marshal(payload)
if err != nil {
fmt.Printf("error payload: %+v", payload)
return fmt.Errorf("sending custom message failed to marshal protobuf: %w", err)
}

Expand Down

0 comments on commit f8d9b87

Please sign in to comment.