Interface: AlertingConfig
Defined in: nestlens.config.ts:46
Proactive alerting: POST collected entries (exceptions by default) to webhooks.
Properties
enabled?
optionalenabled:boolean
Defined in: nestlens.config.ts:47
timeoutMs?
optionaltimeoutMs:number
Defined in: nestlens.config.ts:51
Per-delivery timeout in milliseconds. Default: 5000.
webhooks?
optionalwebhooks:AlertingWebhook[]
Defined in: nestlens.config.ts:49
One or more webhook destinations.