encoredev / encore

Encore is the Backend Development Platform purpose-built to help you create event-driven and distributed systems.

Home Page:https://encore.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Expose trace information in `*encore.Request`

eandre opened this issue · comments

In order to support more easily integrating with third-party trace systems, we should expose the trace data (trace id, span id, parent trace/span ids, ...). Thanks @amrnt for the suggestion.