aboutsummaryrefslogtreecommitdiffstats
path: root/vanilla/node_modules/vitest/dist/chunks/traces.d.402V_yFI.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'vanilla/node_modules/vitest/dist/chunks/traces.d.402V_yFI.d.ts')
-rw-r--r--vanilla/node_modules/vitest/dist/chunks/traces.d.402V_yFI.d.ts18
1 files changed, 18 insertions, 0 deletions
diff --git a/vanilla/node_modules/vitest/dist/chunks/traces.d.402V_yFI.d.ts b/vanilla/node_modules/vitest/dist/chunks/traces.d.402V_yFI.d.ts
new file mode 100644
index 0000000..d9b7ada
--- /dev/null
+++ b/vanilla/node_modules/vitest/dist/chunks/traces.d.402V_yFI.d.ts
@@ -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 };