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-06-12 UTC."],[[["This webpage details the `StackTrace` class within the `Google.Cloud.Trace.V2` namespace, which represents a call stack within a trace."],["The latest version available is 3.6.0, with versions ranging from 2.2.0 to 3.6.0 accessible through the listed links, along with a focus on version 3.0.0."],["The `StackTrace` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to be deeply cloned and used in a message buffer."],["The class includes properties such as `StackFrames` to hold stack frame information, which has a maximum limit of 128 frames, and `StackTraceHashId`, which is utilized to minimize network bandwidth usage for duplicate stack traces within a single trace."]]],[]]