Description
I'm using bundle 4.2.0 and using tracing for sentry.
When some SQL is used for selecting some data in sentry I see only a trace for sql.conn.prepare. But this does not show the time spent for selecting data itself.
Maybe there is a way to include such information in trace too? I want to see in trace how much time was spent for getting data from db
Thank you.