Kapil Kumar
12/31/2024, 8:09 AMinstrumentations: [
getNodeAutoInstrumentations(),
new MySQL2Instrumentation({
enhancedDatabaseReporting: true,
}),
new MongoDBInstrumentation({
enhancedDatabaseReporting: true,
}),
new PgInstrumentation({
enhancedDatabaseReporting: true,
}),
],
But still DB queries are not visible in Trace detailsKapil Kumar
12/31/2024, 8:29 AM