mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-19 04:58:25 +02:00
feat: update dependencies, node
This commit is contained in:
parent
0ec953ee6d
commit
29cb413d63
507 changed files with 84113 additions and 61309 deletions
2
node_modules/@opentelemetry/api/build/esm/trace/SamplingResult.d.ts
generated
vendored
2
node_modules/@opentelemetry/api/build/esm/trace/SamplingResult.d.ts
generated
vendored
|
@ -1,5 +1,6 @@
|
|||
import { SpanAttributes } from './attributes';
|
||||
/**
|
||||
* @deprecated use the one declared in @opentelemetry/sdk-trace-base instead.
|
||||
* A sampling decision that determines how a {@link Span} will be recorded
|
||||
* and collected.
|
||||
*/
|
||||
|
@ -21,6 +22,7 @@ export declare enum SamplingDecision {
|
|||
RECORD_AND_SAMPLED = 2
|
||||
}
|
||||
/**
|
||||
* @deprecated use the one declared in @opentelemetry/sdk-trace-base instead.
|
||||
* A sampling result contains a decision for a {@link Span} and additional
|
||||
* attributes the sampler would like to added to the Span.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue