diff --git a/postgresql.go b/postgresql.go index 3235d7e..faf7303 100644 --- a/postgresql.go +++ b/postgresql.go @@ -8,6 +8,7 @@ import ( _ "github.com/jackc/pgx/v4/stdlib" "github.com/volatiletech/sqlboiler/v4/boil" "go.elastic.co/apm/module/apmsql/v2" + _ "go.elastic.co/apm/module/apmsql/v2/pgxv4" ) type Config struct {