We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17096d2 commit 1c2b1d2Copy full SHA for 1c2b1d2
otel/go.mod
@@ -3,7 +3,7 @@ module github.com/getsentry/sentry-go/otel
3
go 1.18
4
5
require (
6
- github.com/getsentry/sentry-go v0.28.1
+ github.com/getsentry/sentry-go v0.29.0
7
github.com/google/go-cmp v0.5.9
8
go.opentelemetry.io/otel v1.11.0
9
go.opentelemetry.io/otel/sdk v1.11.0
sentry.go
@@ -6,7 +6,7 @@ import (
)
// The version of the SDK.
-const SDKVersion = "0.28.1"
+const SDKVersion = "0.29.0"
10
11
// apiVersion is the minimum version of the Sentry API compatible with the
12
// sentry-go SDK.
0 commit comments