feat(console): send Honeycomb alerts to Slack

This commit is contained in:
Jack 2026-07-28 18:11:41 +00:00 committed by 𝓛𝓲𝓽𝓽𝓵𝓮 𝓕𝓻𝓪𝓷𝓴
commit 3b157e2b83
3 changed files with 44 additions and 24 deletions

6
sst-env.d.ts vendored
View file

@ -120,6 +120,10 @@ declare module "sst" {
"type": "sst.sst.Secret"
"value": string
}
"SLACK_INCIDENT_WEBHOOK_URL": {
"type": "sst.sst.Secret"
"value": string
}
"STRIPE_PUBLISHABLE_KEY": {
"type": "sst.sst.Secret"
"value": string
@ -309,4 +313,4 @@ declare module "sst" {
}
import "sst"
export {}
export {}