epsagon / epsagon-go

Automated tracing library for Go 1.x ⚡️
https://epsagon.com
MIT License
28 stars 11 forks source link

Formatting headers - taking first header value #61

Closed maorlx closed 3 years ago

maorlx commented 3 years ago

HTTP events were sent as: header key -> header values array. Changing this to be sent as header key -> header value, where header value is the first header value (ignoring the rest of the values).