/opt/canhelp/node_modules/@opentelemetry/api/build/esnext/trace
Edit: /opt/canhelp/node_modules/@opentelemetry/api/build/esnext/trace/trace_flags.d.ts (234B)
/**
* @since 1.0.0
*/
export declare enum TraceFlags {
/** Represents no flag set. */
NONE = 0,
/** Bit to represent whether trace is sampled in trace flags. */
SAMPLED = 1
}
//# sourceMappingURL=trace_flags.d.ts.map