We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1cdcaa commit 68c629aCopy full SHA for 68c629a
src/constants.ts
@@ -1,6 +1,6 @@
1
// read-only API key for the healthchecks.io project. Obtained from
2
// https://healthchecks.io/projects/7acc2ad3-f672-40c9-a061-12c8fd128f8b/settings/
3
-export const HEALTHCHECKSIO_API_KEY = 'tCsst0GSKpfvslmpmlsmivRrUCRuv6Iv'
+export const HEALTHCHECKSIO_API_KEY = 'hcr_RNvMq5zwrGcvXurloN5mF9ino3qs'
4
5
// read-only API key with the "org scope" for Sentry. Obtained by creating an internal integration:
6
// https://watonomous.sentry.io/settings/developer-settings/statuswatonomousca-be7323/
@@ -29,4 +29,4 @@ export const STATUS_SYMBOLS = {
29
[Status.Good]: '🟢',
30
[Status.Neutral]: '🟡',
31
[Status.Bad]: '🔴',
32
-} as const;
+} as const;
0 commit comments