You've already forked authentication-service
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:
@@ -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)
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user