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."],[[["This document provides configuration details for initializing tracing using the `TraceServiceOptions` class in the `Google.Cloud.Diagnostics.AspNetCore3` namespace."],["The `TraceServiceOptions` class, which is marked as obsolete, allows users to configure a `TraceServiceClient` for sending traces, set `TraceOptions`, and define the `ProjectId`."],["The `TraceFallbackPredicate` property enables specifying a function to determine if a request should be traced when trace headers are not set."],["The latest version of the `TraceServiceOptions` class is 5.2.0, with previous versions including 5.1.0, 5.0.0, 4.4.0, and 4.3.1 also being available."],["This class is part of the `Google.Cloud.Diagnostics.AspNetCore3.dll` assembly and inherits members from the base `Object` class, including methods like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]