mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-18 20:48:29 +02:00
feat: update dependencies, node
This commit is contained in:
parent
0ec953ee6d
commit
29cb413d63
507 changed files with 84113 additions and 61309 deletions
4
node_modules/@opentelemetry/api/build/src/trace/context-utils.d.ts
generated
vendored
4
node_modules/@opentelemetry/api/build/src/trace/context-utils.d.ts
generated
vendored
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue