1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-08-09 04:22:45 +03:00

Better tracing attributes in the HTTP client

This commit is contained in:
Quentin Gliech
2023-04-18 14:13:10 +02:00
parent 08f58db08b
commit 09270b2493
2 changed files with 86 additions and 8 deletions

View File

@@ -98,6 +98,7 @@ async fn try_main() -> anyhow::Result<()> {
tracing_opentelemetry::layer()
.with_tracer(tracer)
.with_tracked_inactivity(false)
.with_exception_fields(true)
.with_filter(LevelFilter::INFO)
});