Hi. I'm tried to implement multi tracer (https://github.com/jackc/pgx/discussions/1677)
I took the fact that in ConnConfig the main tracer is QueryTracer and I decided to split from it into different tracers inside the constructor. If the API is good, I'll write the tests.
Hi. I'm tried to implement multi tracer (https://github.com/jackc/pgx/discussions/1677) I took the fact that in ConnConfig the main tracer is QueryTracer and I decided to split from it into different tracers inside the constructor. If the API is good, I'll write the tests.