File tree Expand file tree Collapse file tree 11 files changed +11
-11
lines changed Expand file tree Collapse file tree 11 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.23.0
55replace github.com/getsentry/sentry-go => ../
66
77require (
8- github.com/getsentry/sentry-go v0.38 .0
8+ github.com/getsentry/sentry-go v0.39 .0
99 github.com/google/go-cmp v0.5.9
1010 github.com/labstack/echo/v4 v4.10.0
1111)
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.23.0
55replace github.com/getsentry/sentry-go => ../
66
77require (
8- github.com/getsentry/sentry-go v0.38 .0
8+ github.com/getsentry/sentry-go v0.39 .0
99 github.com/google/go-cmp v0.5.9
1010 github.com/valyala/fasthttp v1.52.0
1111)
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.23.0
55replace github.com/getsentry/sentry-go => ../
66
77require (
8- github.com/getsentry/sentry-go v0.38 .0
8+ github.com/getsentry/sentry-go v0.39 .0
99 github.com/gofiber/fiber/v2 v2.52.9
1010 github.com/google/go-cmp v0.5.9
1111)
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.23.0
55replace github.com/getsentry/sentry-go => ../
66
77require (
8- github.com/getsentry/sentry-go v0.38 .0
8+ github.com/getsentry/sentry-go v0.39 .0
99 github.com/gin-gonic/gin v1.9.1
1010 github.com/google/go-cmp v0.5.9
1111)
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.23.0
55replace github.com/getsentry/sentry-go => ../
66
77require (
8- github.com/getsentry/sentry-go v0.38 .0
8+ github.com/getsentry/sentry-go v0.39 .0
99 github.com/google/go-cmp v0.5.9
1010 github.com/kataras/iris/v12 v12.2.0
1111)
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.23.0
55replace github.com/getsentry/sentry-go => ../
66
77require (
8- github.com/getsentry/sentry-go v0.38 .0
8+ github.com/getsentry/sentry-go v0.39 .0
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
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.23.0
55replace github.com/getsentry/sentry-go => ../
66
77require (
8- github.com/getsentry/sentry-go v0.38 .0
8+ github.com/getsentry/sentry-go v0.39 .0
99 github.com/google/go-cmp v0.5.9
1010 github.com/urfave/negroni/v3 v3.1.1
1111)
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.23.0
55replace github.com/getsentry/sentry-go => ../
66
77require (
8- github.com/getsentry/sentry-go v0.38 .0
8+ github.com/getsentry/sentry-go v0.39 .0
99 github.com/google/go-cmp v0.5.9
1010 github.com/stretchr/testify v1.8.4
1111 go.opentelemetry.io/otel v1.11.0
Original file line number Diff line number Diff line change 66)
77
88// The version of the SDK.
9- const SDKVersion = "0.38 .0"
9+ const SDKVersion = "0.39 .0"
1010
1111// apiVersion is the minimum version of the Sentry API compatible with the
1212// sentry-go SDK.
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.23.0
55replace github.com/getsentry/sentry-go => ../
66
77require (
8- github.com/getsentry/sentry-go v0.38 .0
8+ github.com/getsentry/sentry-go v0.39 .0
99 github.com/stretchr/testify v1.9.0
1010)
1111
You can’t perform that action at this time.
0 commit comments