public TraceDecisionPredicate TraceFallbackPredicate { get; set; }
A function to trace requests. If the trace header is not set then this function
will be called to determine if a given request should be traced. This will
not override trace headers. Can be null.
[[["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 `AspNetCoreTraceOptions` class is used for configuring tracing in ASP.NET Core applications."],["This class inherits from the `Object` class, and the documentation lists the `Object` class's members that `AspNetCoreTraceOptions` inherits."],["It includes a `ServiceOptions` property of type `TraceServiceOptions` for configuring the tracing service."],["It includes a `TraceFallbackPredicate` property of type `TraceDecisionPredicate`, which allows for custom logic to determine if a request should be traced when a trace header is not provided."],["The versions documented are from 4.3.1 to the latest 5.2.0."]]],[]]