fix instrumentation code (#9872)

This commit is contained in:
Matthias Mair
2025-06-26 16:51:50 +10:00
committed by GitHub
parent d4024af64c
commit 370baeff8b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -54,4 +54,4 @@ def post_fork(server, worker):
# Run tracing/logging instrumentation
setup_tracing(**settings.TRACING_DETAILS)
setup_instruments()
setup_instruments(settings.DB_ENGINE)