mirror of
https://github.com/soconnor0919/beenpad.git
synced 2026-02-05 00:06:40 -05:00
first commit
This commit is contained in:
18
node_modules/vitest/dist/chunks/traces.d.402V_yFI.d.ts
generated
vendored
Normal file
18
node_modules/vitest/dist/chunks/traces.d.402V_yFI.d.ts
generated
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
interface OTELCarrier {
|
||||
traceparent?: string;
|
||||
tracestate?: string;
|
||||
}
|
||||
interface TracesOptions {
|
||||
enabled: boolean;
|
||||
watchMode?: boolean;
|
||||
sdkPath?: string;
|
||||
tracerName?: string;
|
||||
}
|
||||
declare class Traces {
|
||||
#private;
|
||||
constructor(options: TracesOptions);
|
||||
isEnabled(): boolean;
|
||||
}
|
||||
|
||||
export { Traces as T };
|
||||
export type { OTELCarrier as O };
|
||||
Reference in New Issue
Block a user