Skip to content

Commit 75b108c

Browse files
author
Daniel Dubovski
authored
Fix missing import in docs (#161)
missing import: `from fastapi_contrib.tracing.utils import setup_opentracing` for the jaeger tracing example
1 parent 4b8e2f2 commit 75b108c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ To setup Jaeger tracer and enable Middleware that captures every request in open
245245
246246
from fastapi import FastAPI
247247
from fastapi_contrib.tracing.middlewares import OpentracingMiddleware
248+
from fastapi_contrib.tracing.utils import setup_opentracing
248249
249250
app = FastAPI()
250251

0 commit comments

Comments
 (0)