mirror of
https://github.com/oven-sh/setup-bun.git
synced 2026-05-21 15:50:14 +02:00
feat: update dependencies, node
This commit is contained in:
+2
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user