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 latest version of the Google Cloud Trace v2 API class StackTrace is 3.6.0, with documentation available for versions back to 2.2.0."],["The `StackTrace` class represents a call stack in a trace and inherits from `object`, while implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `StackTrace` class includes a `StackFrames` property to hold the stack frames, with a maximum limit of 128 frames allowed."],["The `StackTraceHashId` property optimizes network bandwidth by providing a unique ID for duplicate stack traces within the same trace."],["The class includes the ability to construct an instance of itself, through the use of two constructors."]]],[]]