* Get propagation context from the scope, used for distributed tracing
()
| 679 | * Get propagation context from the scope, used for distributed tracing |
| 680 | */ |
| 681 | public getPropagationContext(): PropagationContext { |
| 682 | return this._propagationContext; |
| 683 | } |
| 684 | |
| 685 | /** |
| 686 | * Capture an exception for this scope. |
no outgoing calls
no test coverage detected