Nullify-Platform / Logger

Nullify logging library for backend services
https://github.com/Nullify-Platform
0 stars 0 forks source link

add generic custom trace header carrier #78

Closed tim-thacker-nullify closed 1 month ago

tim-thacker-nullify commented 1 month ago

Description

add generic custom trace header carrier so we can inject and extract trace ids into any variable of type map[string]string.

we need this for things like passing trace ids through step functions where its only our own custom event struct that is passed to the lambdas.

Checklist