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-03-21 UTC."],[[["This page details the `TraceServiceOptions` class, which is used for configuring trace initialization within the Google Cloud Diagnostics for ASP.NET Core 3 library, specifically version 4.3.1."],["The `TraceServiceOptions` class is now obsolete and users should utilize `Google.Cloud.Diagnostics.AspNetCore3.AspNetCoreTraceOptions` instead."],["It allows configuration for sending traces with a `TraceServiceClient`, and includes other settings like project ID and a fallback predicate to determine if requests should be traced."],["The `TraceServiceOptions` class contains properties such as `Client`, `Options`, `ProjectId`, and `TraceFallbackPredicate`, which are of types `TraceServiceClient`, `TraceOptions`, `string`, and `TraceDecisionPredicate` respectively."],["This class inherits from the base `Object` class, and includes members `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]