Skip to content

Commit d08bb06

Browse files
Fix typo
1 parent a130728 commit d08bb06

File tree

1 file changed

+1
-1
lines changed
  • instrumentation/opentelemetry-instrumentation-dbapi/src/opentelemetry/instrumentation/dbapi

1 file changed

+1
-1
lines changed

instrumentation/opentelemetry-instrumentation-dbapi/src/opentelemetry/instrumentation/dbapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ def cursor(self, *args, **kwargs):
434434
)
435435
db_api_integration.enable_commenter = False
436436

437-
return get_traced_connection_proxy(
437+
return get_traced_cursor_proxy(
438438
wrapped_cursor, db_api_integration
439439
)
440440

0 commit comments

Comments
 (0)