bundleWithTraceEnabled property

bool bundleWithTraceEnabled
getter/setter pair

Enables the logs integration with active span API from Tracing.

If enabled, all the logs will be bundled with the activeSpan trace and it will be possible to see all the logs sent during that specific trace.

Default to true.

Implementation

bool bundleWithTraceEnabled;