diff --git a/src/constants.ts b/src/constants.ts index 1f03917..8184106 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -1,6 +1,6 @@ // read-only API key for the healthchecks.io project. Obtained from // https://healthchecks.io/projects/7acc2ad3-f672-40c9-a061-12c8fd128f8b/settings/ -export const HEALTHCHECKSIO_API_KEY = 'tCsst0GSKpfvslmpmlsmivRrUCRuv6Iv' +export const HEALTHCHECKSIO_API_KEY = 'hcr_RNvMq5zwrGcvXurloN5mF9ino3qs' // read-only API key with the "org scope" for Sentry. Obtained by creating an internal integration: // https://watonomous.sentry.io/settings/developer-settings/statuswatonomousca-be7323/ @@ -29,4 +29,4 @@ export const STATUS_SYMBOLS = { [Status.Good]: '🟢', [Status.Neutral]: '🟡', [Status.Bad]: '🔴', -} as const; \ No newline at end of file +} as const;