add apmsql pgxv4

This commit is contained in:
namhq1989 2023-02-03 20:21:16 +07:00
parent 61dc703927
commit ba5c955163
1 changed files with 1 additions and 0 deletions

View File

@ -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 {