Open
Description
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