Add missing sentry error backtrace

Clear traces spam
This commit is contained in:
2026-06-16 18:49:35 +00:00
parent 00d46ce968
commit 975581093a
5 changed files with 18 additions and 9 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ use crate::{
open_router::OpenRouterClient,
};
#[instrument(skip(gitea_api, open_router_client, http_client, review_payload), err)]
#[instrument(skip(gitea_api, open_router_client, http_client, review_payload))]
pub async fn exec_review(
gitea_api: &GiteaAPI,
open_router_client: &OpenRouterClient,