feat(agent): Add EXIT_ON_DNS_ERROR environment variable (#1929)

Co-authored-by: henrygd <hank@henrygd.me>
This commit is contained in:
Uğur Tafralı
2026-04-18 02:26:11 +03:00
committed by GitHub
parent e5507fa106
commit a71617e058
3 changed files with 115 additions and 7 deletions

View File

@@ -195,6 +195,6 @@ func main() {
}
if err := a.Start(serverConfig); err != nil {
log.Fatal("Failed to start server: ", err)
log.Fatal("Failed to start: ", err)
}
}