The hash ID is used to conserve network bandwidth for duplicate
stack traces within a single trace.
Often multiple spans will have identical stack traces.
The first occurrence of a stack trace should contain both the
stackFrame content and a value in stackTraceHashId.
Subsequent spans within the same request can refer
to that stack trace by only setting stackTraceHashId.
[[["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."],[[["The `StackTrace` class in the Google Cloud Trace v2 API represents a call stack within a trace, and is found in the `Google.Cloud.Trace.V2` namespace."],["This class is designed to be used across multiple versions, with version 3.6.0 being the latest, and version 3.2.0 being the current version detailed, with older version also provided."],["`StackTrace` has properties `StackFrames`, representing the stack frames within the trace, and `StackTraceHashId`, which is used to efficiently reference duplicate stack traces."],["The `StackTrace` class inherits from the `Object` class and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `StackTrace` can be constructed either with no parameters, or by providing another `StackTrace` as a parameter."]]],[]]