@embrace-io/web-sdk
Version:
7 lines • 314 B
TypeScript
import type { PerformanceManager } from '../../utils/index.js';
import type { SpanSessionManagerInternal } from '../EmbraceSpanSessionManager/index.js';
export interface EmbraceLogManagerArgs {
perf?: PerformanceManager;
spanSessionManager: SpanSessionManagerInternal;
}
//# sourceMappingURL=types.d.ts.map