hatrixdamjan
Results
1
comments of
hatrixdamjan
I managed to solve this issue with adding `func openDbConnection(dsn string) *gorm.DB { instrumentedDB, err := xray.SQLContext("postgres", dsn) if err != nil { log.Printf("Can not create instrumented db %+v", err.Error())...