mirror of
https://github.com/oven-sh/setup-bun.git
synced 2026-05-21 07:40:14 +02:00
feat: update dependencies, node
This commit is contained in:
+4
@@ -7,6 +7,10 @@ import { SpanContext } from './span_context';
|
||||
* @param context context to get span from
|
||||
*/
|
||||
export declare function getSpan(context: Context): Span | undefined;
|
||||
/**
|
||||
* Gets the span from the current context, if one exists.
|
||||
*/
|
||||
export declare function getActiveSpan(): Span | undefined;
|
||||
/**
|
||||
* Set the span on a context
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user