diff --git a/src/pg/mod.rs b/src/pg/mod.rs index 74d61c7..03e50ec 100644 --- a/src/pg/mod.rs +++ b/src/pg/mod.rs @@ -503,7 +503,9 @@ impl AsyncPgConnection { Some(error_rx), Some(notification_rx), Some(shutdown_tx), - Arc::new(std::sync::Mutex::new(DynInstrumentation::none())), + Arc::new(std::sync::Mutex::new( + DynInstrumentation::default_instrumentation(), + )), ) .await }