feat(console): send Honeycomb alerts to Slack
This commit is contained in:
parent
27e7b0558a
commit
3b157e2b83
3 changed files with 44 additions and 24 deletions
6
sst-env.d.ts
vendored
6
sst-env.d.ts
vendored
|
|
@ -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 {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue