Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/constants.ts
Original file line number Diff line number Diff line change
@@ -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/
Expand Down Expand Up @@ -29,4 +29,4 @@ export const STATUS_SYMBOLS = {
[Status.Good]: '🟢',
[Status.Neutral]: '🟡',
[Status.Bad]: '🔴',
} as const;
} as const;
Loading