Skip to content

Commit

Permalink
Fix typo in tracer.go
Browse files Browse the repository at this point in the history
  • Loading branch information
lzakharov authored and costela committed Oct 3, 2023
1 parent 898b28d commit de93250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracer.go
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ func (t *Tracer) TracePrepareStart(ctx context.Context, conn *pgx.Conn, data pgx
}

if data.Name != "" {
trace.WithAttributes(PrepareStmtNameKey.String(data.Name)),
trace.WithAttributes(PrepareStmtNameKey.String(data.Name))
}

if conn != nil {
Expand Down

0 comments on commit de93250

Please sign in to comment.