Skip to content

Commit

Permalink
Update sqlite3 instrumentor doc about explicit cursors
Browse files Browse the repository at this point in the history
  • Loading branch information
tammy-baylis-swi committed Dec 10, 2024
1 parent ecf5529 commit b42cc84
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@

"""
SQLite instrumentation supporting `sqlite3`_, it can be enabled by
using ``SQLite3Instrumentor``.
using ``SQLite3Instrumentor``. At this time, cursor objects must
be explicitly initialized as shown below to support tracing.
.. _sqlite3: https://docs.python.org/3/library/sqlite3.html
Expand Down

0 comments on commit b42cc84

Please sign in to comment.