* Add propagation context to the scope, used for distributed tracing
(context: PropagationContext)
| 671 | * Add propagation context to the scope, used for distributed tracing |
| 672 | */ |
| 673 | public setPropagationContext(context: PropagationContext): this { |
| 674 | this._propagationContext = context; |
| 675 | return this; |
| 676 | } |
| 677 | |
| 678 | /** |
| 679 | * Get propagation context from the scope, used for distributed tracing |
no outgoing calls