[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["The `NullManagedTracer` class is a managed tracer that doesn't perform any actual tracing operations."],["It implements the `IManagedTracer` interface and includes methods like `AnnotateSpan`, `GetCurrentSpanId`, `GetCurrentTraceId`, `RunInSpan`, `RunInSpanAsync`, `SetStackTrace`, and `StartSpan`, but none of these methods actively trace."],["The `GetCurrentSpanId` and `GetCurrentTraceId` methods consistently return null, indicating no active trace or span ID."],["`RunInSpan`, `RunInSpanAsync`, `AnnotateSpan`, and `SetStackTrace` methods do not perform any actions, and `StartSpan` will return an IDisposable that does nothing upon disposal."],["The latest version available is 5.2.0, with other versions including 5.1.0, 5.0.0, 4.4.0, and 4.3.1 also available."]]],[]]