SDKLogFilter
Defined in: domains/log.ts:30
Properties
Section titled “Properties”level?
Section titled “level?”optional level?: SDKLogLevel;Defined in: domains/log.ts:32
Filter by log level.
domain?
Section titled “domain?”optional domain?: SDKLogDomain;Defined in: domains/log.ts:34
Filter by SDK domain.
function?
Section titled “function?”optional function?: string;Defined in: domains/log.ts:36
Filter by function name.
since?
Section titled “since?”optional since?: string;Defined in: domains/log.ts:38
Return only entries at or after this ISO 8601 timestamp.
until?
Section titled “until?”optional until?: string;Defined in: domains/log.ts:40
Return only entries at or before this ISO 8601 timestamp.
retriesOnly?
Section titled “retriesOnly?”optional retriesOnly?: boolean;Defined in: domains/log.ts:42
Return only entries where retryCount > 0.
limit?
Section titled “limit?”optional limit?: number;Defined in: domains/log.ts:44
Maximum number of entries to return. Defaults to 100.