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-09 UTC."],[[["Version 4.3.1 of `TraceServiceOptions` is now obsolete, with users encouraged to utilize `AspNetCoreTraceOptions` instead."],["`TraceServiceOptions` serves as a configuration class for initiating tracing in the `Google.Cloud.Diagnostics.AspNetCore` namespace, extending from the base `Object` class."],["The class includes properties such as `Client` (for sending traces), `Options` (for trace configuration), `ProjectId` (to specify the Google Cloud project), and `TraceFallbackPredicate` (for determining whether to trace a request if no trace header is present)."],["The latest version available is 4.4.0, with the current documentation being for version 4.3.1."],["The assembly for this class is `Google.Cloud.Diagnostics.AspNetCore.dll`."]]],[]]