Skip to content

Commit 663a9eb

Browse files
Merge branch 'release/0.45.1'
2 parents 284b2f6 + 17971f9 commit 663a9eb

14 files changed

Lines changed: 19 additions & 13 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.45.1
4+
5+
### Bug Fixes 🐛
6+
7+
- Add missing TracesSampler fields for SamplingContext by @giortzisg in [#1259](https://github.com/getsentry/sentry-go/pull/1259)
8+
39
## 0.45.0
410

511
### Breaking Changes 🛠

echo/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.25.0
55
replace github.com/getsentry/sentry-go => ../
66

77
require (
8-
github.com/getsentry/sentry-go v0.45.0
8+
github.com/getsentry/sentry-go v0.45.1
99
github.com/google/go-cmp v0.5.9
1010
github.com/labstack/echo/v5 v5.0.0
1111
)

fasthttp/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.24.0
55
replace github.com/getsentry/sentry-go => ../
66

77
require (
8-
github.com/getsentry/sentry-go v0.45.0
8+
github.com/getsentry/sentry-go v0.45.1
99
github.com/google/go-cmp v0.5.9
1010
github.com/valyala/fasthttp v1.52.0
1111
)

fiber/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.24.0
55
replace github.com/getsentry/sentry-go => ../
66

77
require (
8-
github.com/getsentry/sentry-go v0.45.0
8+
github.com/getsentry/sentry-go v0.45.1
99
github.com/gofiber/fiber/v2 v2.52.12
1010
github.com/google/go-cmp v0.5.9
1111
)

gin/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.24.0
55
replace github.com/getsentry/sentry-go => ../
66

77
require (
8-
github.com/getsentry/sentry-go v0.45.0
8+
github.com/getsentry/sentry-go v0.45.1
99
github.com/gin-gonic/gin v1.9.1
1010
github.com/google/go-cmp v0.5.9
1111
)

iris/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.24.0
55
replace github.com/getsentry/sentry-go => ../
66

77
require (
8-
github.com/getsentry/sentry-go v0.45.0
8+
github.com/getsentry/sentry-go v0.45.1
99
github.com/google/go-cmp v0.5.9
1010
github.com/kataras/iris/v12 v12.2.0
1111
)

logrus/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.24.0
55
replace github.com/getsentry/sentry-go => ../
66

77
require (
8-
github.com/getsentry/sentry-go v0.45.0
8+
github.com/getsentry/sentry-go v0.45.1
99
github.com/google/go-cmp v0.6.0
1010
github.com/pkg/errors v0.9.1
1111
github.com/sirupsen/logrus v1.9.3

negroni/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.24.0
55
replace github.com/getsentry/sentry-go => ../
66

77
require (
8-
github.com/getsentry/sentry-go v0.45.0
8+
github.com/getsentry/sentry-go v0.45.1
99
github.com/google/go-cmp v0.5.9
1010
github.com/urfave/negroni/v3 v3.1.1
1111
)

otel/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.24.0
55
replace github.com/getsentry/sentry-go => ../
66

77
require (
8-
github.com/getsentry/sentry-go v0.45.0
8+
github.com/getsentry/sentry-go v0.45.1
99
github.com/google/go-cmp v0.7.0
1010
github.com/stretchr/testify v1.11.1
1111
go.opentelemetry.io/otel v1.40.0

otel/otlp/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.24.0
55
replace github.com/getsentry/sentry-go => ../../
66

77
require (
8-
github.com/getsentry/sentry-go v0.45.0
8+
github.com/getsentry/sentry-go v0.45.1
99
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.40.0
1010
go.opentelemetry.io/otel/sdk v1.40.0
1111
)

0 commit comments

Comments
 (0)