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 document provides reference documentation for the `AspNetCoreTraceOptions` class, which is part of the `Google.Cloud.Diagnostics.AspNetCore3` namespace and used for configuring tracing in ASP.NET Core applications."],["The `AspNetCoreTraceOptions` class inherits from the base `object` class and includes inherited members like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The `ServiceOptions` property of type `TraceServiceOptions` allows configuration of the tracing service."],["The `TraceFallbackPredicate` property allows for a custom function to determine if a request should be traced when a trace header is not present."],["The latest version of the documentation is for version 5.2.0, with previous versions 5.1.0, 5.0.0, 4.4.0 and 4.3.1 also available."]]],[]]