From 802c26013c65fcc6b2e94f8b0b46cf14443ea81c Mon Sep 17 00:00:00 2001 From: GochoMugo Date: Sat, 6 Dec 2025 07:16:37 +0300 Subject: [PATCH] fix(pg-instrumentation): capture query props when passed as class instance --- .../instrumentation-pg/src/instrumentation.ts | 33 +++++++++---------- 1 file changed, 15 insertions(+), 18 deletions(-) diff --git a/packages/instrumentation-pg/src/instrumentation.ts b/packages/instrumentation-pg/src/instrumentation.ts index 87811bd8a2..a8124a370d 100644 --- a/packages/instrumentation-pg/src/instrumentation.ts +++ b/packages/instrumentation-pg/src/instrumentation.ts @@ -333,24 +333,21 @@ export class PgInstrumentation extends InstrumentationBase