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-07 UTC."],[[["The `TraceServiceOptions` class is used for configuring tracing within the Google Cloud Diagnostics for ASP.NET Core."],["This class is now obsolete and users should instead utilize `AspNetCoreTraceOptions` for new configurations."],["Key properties include `Client` for sending traces, `Options` for trace settings, `ProjectId` to specify the Google Cloud project, and `TraceFallbackPredicate` for tracing requests without a trace header."],["The `TraceServiceOptions` class inherits several members from the base `Object` class, including `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]