Skip to content

Commit 5a5b81c

Browse files
author
getsentry-bot
committed
Merge branch 'release/0.35.2'
2 parents d0c9af5 + febe2ba commit 5a5b81c

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

echo/go.mod

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

77
require (
8-
github.com/getsentry/sentry-go v0.35.1
8+
github.com/getsentry/sentry-go v0.35.2
99
github.com/google/go-cmp v0.5.9
1010
github.com/labstack/echo/v4 v4.10.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.22
55
replace github.com/getsentry/sentry-go => ../
66

77
require (
8-
github.com/getsentry/sentry-go v0.35.1
8+
github.com/getsentry/sentry-go v0.35.2
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.22
55
replace github.com/getsentry/sentry-go => ../
66

77
require (
8-
github.com/getsentry/sentry-go v0.35.1
8+
github.com/getsentry/sentry-go v0.35.2
99
github.com/gofiber/fiber/v2 v2.52.9
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.22
55
replace github.com/getsentry/sentry-go => ../
66

77
require (
8-
github.com/getsentry/sentry-go v0.35.1
8+
github.com/getsentry/sentry-go v0.35.2
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.22
55
replace github.com/getsentry/sentry-go => ../
66

77
require (
8-
github.com/getsentry/sentry-go v0.35.1
8+
github.com/getsentry/sentry-go v0.35.2
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.22
55
replace github.com/getsentry/sentry-go => ../
66

77
require (
8-
github.com/getsentry/sentry-go v0.35.1
8+
github.com/getsentry/sentry-go v0.35.2
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.22
55
replace github.com/getsentry/sentry-go => ../
66

77
require (
8-
github.com/getsentry/sentry-go v0.35.1
8+
github.com/getsentry/sentry-go v0.35.2
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.22
55
replace github.com/getsentry/sentry-go => ../
66

77
require (
8-
github.com/getsentry/sentry-go v0.35.1
8+
github.com/getsentry/sentry-go v0.35.2
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

sentry.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
)
77

88
// The version of the SDK.
9-
const SDKVersion = "0.35.1"
9+
const SDKVersion = "0.35.2"
1010

1111
// apiVersion is the minimum version of the Sentry API compatible with the
1212
// sentry-go SDK.

slog/go.mod

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

77
require (
8-
github.com/getsentry/sentry-go v0.35.1
8+
github.com/getsentry/sentry-go v0.35.2
99
github.com/stretchr/testify v1.9.0
1010
)
1111

0 commit comments

Comments
 (0)