fix(monitoring_api): redact reqwest error URLs (#9555)

Co-Authored-By: banteg <4562643+banteg@users.noreply.github.com>
This commit is contained in:
banteg
2026-07-04 05:19:34 +04:00
committed by GitHub
parent a0db5fce70
commit aaa60d7d65
3 changed files with 48 additions and 3 deletions

View File

@@ -10,6 +10,7 @@ eth2 = { workspace = true, features = ["lighthouse"] }
health_metrics = { workspace = true }
lighthouse_version = { workspace = true }
metrics = { workspace = true }
pretty_reqwest_error = { workspace = true }
regex = { workspace = true }
reqwest = { workspace = true }
sensitive_url = { workspace = true }