MCPcopy
hub / github.com/browserless/browserless / SessionContext

Interface SessionContext

src/logger.ts:3–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { Request, createLogger } from '@browserless.io/browserless';
2
3export interface SessionContext {
4 trackingId?: string;
5 sessionId?: string;
6 path?: string;
7 method?: string;
8 [key: string]: string | undefined;
9}
10
11export class Logger {
12 protected _trace: (...args: unknown[]) => void;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected