diff --git a/packages/cli/src/constructs/check.ts b/packages/cli/src/constructs/check.ts index 54b31c04..ea055302 100644 --- a/packages/cli/src/constructs/check.ts +++ b/packages/cli/src/constructs/check.ts @@ -77,6 +77,8 @@ export interface CheckProps { group?: CheckGroup /** * List of alert channels to notify when the check fails or recovers. + * If you don't set at least one, we won't be able to alert you in case something goes wrong with your check. + * @link {https://www.checklyhq.com/docs/alerting-and-retries/alert-channels/#alert-channels Alert channels} */ alertChannels?: Array, /**