()
| 143 | * Get the currently active client. |
| 144 | */ |
| 145 | export function getClient<C extends Client>(): C | undefined { |
| 146 | return getCurrentScope().getClient<C>(); |
| 147 | } |
| 148 | |
| 149 | /** |
| 150 | * Get a trace context for the given scope. |
no test coverage detected