As detailed here https://github.com/quicwg/qlog/pull/383#issuecomment-2194521047, we're not really consistent in how we allow logging of raw byte values of individual fields, especially if they're "unknown"/don't map to a known string or name or type or...
This is a reminder to @rmarx to make a PR that makes this consistent across all events that currently don't use the field_bytes: uint64 (or similar) pattern.
As detailed here https://github.com/quicwg/qlog/pull/383#issuecomment-2194521047, we're not really consistent in how we allow logging of raw byte values of individual fields, especially if they're "unknown"/don't map to a known string or name or type or...
This is a reminder to @rmarx to make a PR that makes this consistent across all events that currently don't use the
field_bytes: uint64
(or similar) pattern.