We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Just making a note that it's not compatible with it.
After a quick check, the reason is that it's using connection.execute() instead of connection.cursor().execute().
connection.execute()
connection.cursor().execute()
https://opentelemetry-python-contrib.readthedocs.io/en/latest/instrumentation/sqlite3/sqlite3.html
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Just making a note that it's not compatible with it.
After a quick check, the reason is that it's using
connection.execute()
instead ofconnection.cursor().execute()
.https://opentelemetry-python-contrib.readthedocs.io/en/latest/instrumentation/sqlite3/sqlite3.html
The text was updated successfully, but these errors were encountered: