Interface IClientEventDto

Hierarchy

  • IClientEventDto

Properties

code?: string
details?: Record<string, any>
level?: LogLevel
message: string
meta?: RecursivePartial<{
    appConfig: Record<string, any>;
    appHost: string;
    appName: string;
    appNamespace: string;
    appVersion: string;
    deviceInfo: IDeviceInfo;
    envProfile: EnvironmentProfile;
    userAgent: string;
}>
stacktrace?: any
tags?: string[]
timestamp?: string | number
ttl?: number