v1.31.0
This minor release includes the following fixes & improvements:
- Log records created via the OpenTracing span API using
(opentracing.Span).LogFields()
and similar methods are now forwarded to the agent if they contain a field with"error"
or"error.object"
as a key. These records can be found in the "Logs" tab at the call details page for this trace. - Added a new span data type for sending log spans to the agent. This allows instrumenting the logging frameworks such as
github.com/sirupsen/logrus
orgithub.com/uber-go/zap
to forward logs to Instana