Dont exit silently when storing api key fails (#5260)

Co-authored-by: Douwe Osinga <douwe@squareup.com>
This commit is contained in:
Douwe Osinga
2025-10-28 15:28:31 -04:00
committed by GitHub
parent 4034f3fcef
commit 41e5c053db
3 changed files with 185 additions and 210 deletions
-1
View File
@@ -30,7 +30,6 @@ async fn main() -> Result<()> {
}
}
// Then shutdown the providers
goose::tracing::shutdown_otlp();
}