how to report logs to LGTM so that a link to trace is shown? In my other projects without effect, I can see a link to trace. But when I follow the docs https://effect.website/docs/observability/tracing/ Tutorial: Visualizaing Traces, there is not this button I inspected the http traffic for both scripts. For the same log message, traditional on the left, effect style on the right. The effect style log is missing "traceId" in the log record root level. traceId is only in the attributes.
I guess, the attributes are rendered as fields in grafana lgtm, while the other traceId is responsible for linking to an actual trace.
What version of Effect is running? 3.17.14 What steps can reproduce the bug? how to report logs to LGTM so that a link to trace is shown? But when I follow the docs https://effect.website/docs/obse...