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 document provides reference documentation for the `StackTrace` class within the Google Cloud Trace v2 API, specifically for version 3.1.0."],["The `StackTrace` class represents a call stack in a trace and is part of the `Google.Cloud.Trace.V2` namespace."],["The latest version available is 3.6.0 with a range of previous versions, down to 2.2.0, accessible through linked documentation pages."],["The `StackTrace` class has properties such as `StackFrames` which contains the stack frame data, and `StackTraceHashId` which helps optimize bandwidth by identifying duplicate stack traces."],["The `StackTrace` class implements various interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."]]],[]]