* Propagate the current tracing context to the provided function. * @param fn A function. * @return A function that will propagate the current tracing context.
(fn: T)
| 55 | * @return A function that will propagate the current tracing context. |
| 56 | */ |
| 57 | propagate?<T extends Function>(fn: T): T; |
| 58 | |
| 59 | /** |
| 60 | * Wrap an event listener bound by the framework for tracing. |
no outgoing calls
no test coverage detected