Skip to content

Commit

Permalink
reverted changes from internal/xsql/conn.go
Browse files Browse the repository at this point in the history
  • Loading branch information
asmyasnikov committed Jan 15, 2025
1 parent 5766978 commit 3c730ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/xsql/conn.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func (c *Conn) CheckNamedValue(value *driver.NamedValue) (finalErr error) {
}

func (c *Conn) BeginTx(ctx context.Context, opts driver.TxOptions) (_ driver.Tx, finalErr error) {
onDone := trace.DatabaseSQLOnConnBegin(c.connector.trace, &ctx,
onDone := trace.DatabaseSQLOnConnBeginTx(c.connector.trace, &ctx,
stack.FunctionID("", stack.Package("database/sql")),
)
defer func() {
Expand Down

0 comments on commit 3c730ab

Please sign in to comment.