You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add 'metadata' option to include @metadata field in output.
Just like the rubydebug codec, being able to include the @metadata
field in the output of the json_lines codec can be useful, for
example for debugging or test tools that prefer machine-readable
output.
Since the Event class's constructor mutates the input hash I had
to refactor some existing tests to send in a clone of the hash
since it'll otherwise end up without a @metadata field.
0 commit comments