Improve Labrinth Sentry integration (#5174)

* Improve Sentry integration

* remove debug routes

* fix ci

* sentry tracing stuff

* Add spans to Sentry logging

* Fix CI

* Redis op instrumentation

* pr comments
This commit is contained in:
aecsocket
2026-01-21 18:59:05 +00:00
committed by GitHub
parent 306eee3a21
commit e072f2237b
14 changed files with 485 additions and 47 deletions

View File

@@ -71,6 +71,7 @@ where
Ok((scopes, db_user))
}
#[tracing::instrument(skip(req, executor, redis, session_queue))]
pub async fn get_user_from_headers<'a, E>(
req: &HttpRequest,
executor: E,