Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Log warning when event serialization fails in
msg_to_dict
This commit updates the `msg_to_dict` exception handling path to fire a warning level event instead of raising an exception. Truthfully, we're not sure if this exception handling path is even possible to hit. That's because we recently switched from betterproto to google's protobuf. However, exception path is the subject of [CT-2264](#7113). Though we don't think it's actually possible to hit it anymore, we still want to handle the case if it is.
- Loading branch information