TraceLoggingEnhancer sets trace ID in the wrong field #3280
Labels
api: logging
Issues related to the Cloud Logging API.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
The trace ID of a log entry is being set in the wrong field (label).
In order for the log entries to be linked to the trace, the
TraceLoggingEnhancer
needs to look something like this.setTrace()
, notsetLabel()
project/myProjectId/traces/myTraceId
format.The text was updated successfully, but these errors were encountered: