Skip to main content

Interface: BaseEntry

Defined in: types/entry.types.ts:38

Extended by​

Properties​

createdAt?​

optional createdAt: string

Defined in: types/entry.types.ts:42


familyHash?​

optional familyHash: string

Defined in: types/entry.types.ts:44


id?​

optional id: number

Defined in: types/entry.types.ts:39


requestId?​

optional requestId: string

Defined in: types/entry.types.ts:41


resolvedAt?​

optional resolvedAt: string

Defined in: types/entry.types.ts:46


tags?​

optional tags: string[]

Defined in: types/entry.types.ts:45


type​

type: "query" | "request" | "exception" | "log" | "cache" | "event" | "job" | "schedule" | "mail" | "http-client" | "redis" | "model" | "notification" | "view" | "command" | "gate" | "batch" | "dump" | "graphql"

Defined in: types/entry.types.ts:40