We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdd4b93 commit 7594f4cCopy full SHA for 7594f4c
1 file changed
integrations/nrpq/pq.go
@@ -64,6 +64,7 @@ func scanForPostgresOpen(body *dst.BlockStmt) pqOpenScan {
64
// and replaces it with the New Relic nrpq driver wrapper.
65
//
66
// _ "github.com/lib/pq" -> _ "github.com/newrelic/go-agent/v3/integrations/nrpq"
67
+// TO-DO: In the future, we may want to make this a shared utility in the manager class as we expand our integration library
68
func swapLibpqImportInPackage(manager *parser.InstrumentationManager) {
69
pkg := manager.GetDecoratorPackage()
70
if pkg == nil {
0 commit comments