bug: fix twilio alerts to not care about status codes #48
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
currently if we return 4xx error code, or log with error level or "err" response, twilio alerts me. We don't really care about this so we should filter it out
modified twilio alarm to only trigger on function error instead of also on function warning