diff --git a/skyvern/forge/request_logging.py b/skyvern/forge/request_logging.py index d300db21..8ee52d19 100644 --- a/skyvern/forge/request_logging.py +++ b/skyvern/forge/request_logging.py @@ -18,6 +18,7 @@ LOG = structlog.get_logger() _SENSITIVE_HEADERS = {"authorization", "cookie", "x-api-key"} _SENSITIVE_ENDPOINTS = { "POST /api/v1/credentials", + "POST /v1/credentials", "POST /v1/credentials/onepassword/create", "POST /v1/credentials/azure_credential/create", }