Skip to content

Commit

Permalink
fix: Fixed outdated link to X-Cloud-Trace-Context header description
Browse files Browse the repository at this point in the history
  • Loading branch information
gkevinzheng authored Oct 24, 2024
1 parent 93dee34 commit 6d4b5e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ public Builder setTraceSampled(boolean traceSampled) {
* x-cloud-trace-context} header (can be in Pascal case format). The string format is <code>
* TRACE_ID/SPAN_ID;o=TRACE_TRUE</code>.
*
* @see <a href="https://cloud.google.com/trace/docs/setup#force-trace">Cloud Trace header
* @see <a href="https://cloud.google.com/trace/docs/trace-context#legacy-http-header">Cloud Trace header
* format.</a>
*/
@CanIgnoreReturnValue
Expand Down

0 comments on commit 6d4b5e6

Please sign in to comment.