We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
OS: ANY Python version: ANY Package version: 0.55b0
PsycopgInstrumentor().instrument(capture_parameters=True) Should result in capturing parameters according to documentation. But indeed it does not.
Instrument: PsycopgInstrumentor().instrument(capture_parameters=True)
PsycopgInstrumentor().instrument(capture_parameters=True)
get execution parameters in trace
No parameters traces
No response
None
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe your environment
OS: ANY
Python version: ANY
Package version: 0.55b0
What happened?
PsycopgInstrumentor().instrument(capture_parameters=True)
Should result in capturing parameters according to documentation. But indeed it does not.
Steps to Reproduce
Instrument:
PsycopgInstrumentor().instrument(capture_parameters=True)
Expected Result
get execution parameters in trace
Actual Result
No parameters traces
Additional context
No response
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: