mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-05 05:02:24 -06:00
[chore] bump bun library versions (#2837)
This commit is contained in:
parent
6bb43f3f9b
commit
1018cde107
22 changed files with 403 additions and 388 deletions
2
vendor/github.com/uptrace/opentelemetry-go-extra/otelsql/otel.go
generated
vendored
2
vendor/github.com/uptrace/opentelemetry-go-extra/otelsql/otel.go
generated
vendored
|
|
@ -101,7 +101,7 @@ func (t *dbInstrum) withSpan(
|
|||
trace.WithSpanKind(trace.SpanKindClient),
|
||||
trace.WithAttributes(attrs...))
|
||||
err := fn(ctx, span)
|
||||
span.End()
|
||||
defer span.End()
|
||||
|
||||
if query != "" {
|
||||
t.queryHistogram.Record(ctx, time.Since(startTime).Milliseconds(), metric.WithAttributes(t.attrs...))
|
||||
|
|
|
|||
2
vendor/github.com/uptrace/opentelemetry-go-extra/otelsql/version.go
generated
vendored
2
vendor/github.com/uptrace/opentelemetry-go-extra/otelsql/version.go
generated
vendored
|
|
@ -2,5 +2,5 @@ package otelsql
|
|||
|
||||
// Version is the current release version.
|
||||
func Version() string {
|
||||
return "0.2.3"
|
||||
return "0.2.4"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue