Skip to content

Broken TypeScript sample in your dynamic monitor creation docs #1457

Description

@David19876543210

I ran a checker over your docs and 1 of the TypeScript samples doesn't compile
against checkly@8.23.1. On the Dynamic monitor creation > Similar checks from
a list of targets page:

new Request({ ..., skipSsl: true })

// TS error: Object literal may only specify known properties, but
// 'skipSsl' does not exist in type 'Request'. Did you mean to write
// 'skipSSL'?

Casing mismatch — the real field is skipSSL.

I think it's drift between the published package and the docs rather than a
mistake in the sample.

I'm building a small CLI that catches this in CI. Two questions if you have a
minute: does this kind of thing get reported to you by users, and is it
something anyone currently owns?

Happy to share the full JSON report if that's useful — just ask.

David

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions