chore: simplify honeycomb alerts (#26142)

This commit is contained in:
Victor Navarro 2026-05-07 09:56:10 +02:00 committed by GitHub
commit f8aa4a3be0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 185 additions and 408 deletions

4
sst-env.d.ts vendored
View file

@ -114,8 +114,8 @@ declare module "sst" {
"type": "sst.sst.Secret"
"value": string
}
"INCIDENT_WEBHOOK_SIGNING_SECRET": {
"type": "sst.sst.Secret"
"HoneycombWebhookSecret": {
"type": "random.index/randomPassword.RandomPassword"
"value": string
}
"LogProcessor": {