You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: instrumentation/opentelemetry-instrumentation-sqlite3/src/opentelemetry/instrumentation/sqlite3/__init__.py
+2-1
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,8 @@
14
14
15
15
"""
16
16
SQLite instrumentation supporting `sqlite3`_, it can be enabled by
17
-
using ``SQLite3Instrumentor``.
17
+
using ``SQLite3Instrumentor``. At this time, cursor objects must
18
+
be explicitly initialized as shown below to support tracing.
0 commit comments