feat(notification): error monitoring

if there are more than 10 errors in a 15min window sends email to alert someone
This commit is contained in:
2025-12-30 10:54:09 -06:00
parent 09f16f4e62
commit 6cbffa4ac5
7 changed files with 408 additions and 169 deletions

View File

@@ -0,0 +1,16 @@
meta {
name: Error logging
type: http
seq: 4
}
get {
url: {{urlv2}}/api/notify/materialperday
body: none
auth: inherit
}
settings {
encodeUrl: true
timeout: 0
}

View File

@@ -1,7 +1,7 @@
vars {
url: https://uslim1prod.alpla.net
session_cookie:
urlv2: http://usbow1vms006:3000
urlv2: http://localhost:3000
jwtV2:
userID:
}