-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Not every instrumentation makes the spans that they're working with into active spans for the current context. Additionally, some instrumentations provide hooks where the relevant span is provided as an argument, but is not the active span. To account for these scenarios, the helpers now take an optional span argument as their final argument (except for sendError, which always creates a new span)
- Loading branch information
Showing
1 changed file
with
32 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters