Skip to content

Commit 65b17e0

Browse files
minatoonipvital
andauthored
Update src/instana/instrumentation/fastapi.py
Co-authored-by: Paulo Vital <[email protected]> Signed-off-by: minatooni <[email protected]>
1 parent 971f35a commit 65b17e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/instana/instrumentation/fastapi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def init_with_instana(
7474
elif isinstance(middleware, tuple):
7575
kwargs["middleware"] = (*middleware, Middleware(InstanaASGIMiddleware))
7676
else:
77-
logger.warning("Trace cannot be sent to Instana: unsupported middleware sequence type.")
77+
logger.warning("Unsupported FastAPI middleware sequence type.")
7878

7979
exception_handlers = kwargs.get("exception_handlers")
8080
if exception_handlers is None:

0 commit comments

Comments
 (0)