Skip to content

Commit

Permalink
Merge pull request #12439 from colinodell/patch-2
Browse files Browse the repository at this point in the history
fix: Correct return value keys
  • Loading branch information
homelessbirds committed Apr 3, 2023
2 parents 94075d0 + df26285 commit 1feaf8c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ Returns an associative array containing the identifiers of the current trace and

An associative array containing the keys:

* `trace.id`: the currently executing trace identifier. An empty value will be returned if the transaction does not support this functionality or distributed tracing is disabled.Returns:
* `span.id`: the currently executing span identifier. An empty value will be returned if the transaction does not support this functionality or distributed tracing is disabled.
* `trace_id`: the currently executing trace identifier. An empty value will be returned if the transaction does not support this functionality or distributed tracing is disabled.Returns:
* `span_id`: the currently executing span identifier. An empty value will be returned if the transaction does not support this functionality or distributed tracing is disabled.

## Examples

Expand Down

0 comments on commit 1feaf8c

Please sign in to comment.