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-06-05 UTC."],[[["The `AspNetCoreTraceOptions` class, part of the `Google.Cloud.Diagnostics.AspNetCore3` library, is used to configure tracing for ASP.NET Core applications."],["The latest version of the library is 5.2.0, with previous versions 5.1.0, 5.0.0, 4.4.0, and 4.3.1 also available."],["The class inherits members from the `object` class, such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["`AspNetCoreTraceOptions` includes properties for `ServiceOptions`, of type `TraceServiceOptions`, to configure the tracing service, and for `TraceFallbackPredicate`, of type `TraceDecisionPredicate`, to define a custom function for tracing requests when no trace header is present."],["The `AspNetCoreTraceOptions` class is found in the `Google.Cloud.Diagnostics.AspNetCore3.dll` assembly."]]],[]]