UNPKG

210 BTypeScriptView Raw
1export declare enum TraceFlags {
2 /** Represents no flag set. */
3 NONE = 0,
4 /** Bit to represent whether trace is sampled in trace flags. */
5 SAMPLED = 1
6}
7//# sourceMappingURL=trace_flags.d.ts.map
\No newline at end of file