Skip to content

Commit a6acd05

Browse files
author
getsentry-bot
committed
Merge branch 'release/0.29.0'
2 parents 17096d2 + 1c2b1d2 commit a6acd05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

otel/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/getsentry/sentry-go/otel
33
go 1.18
44

55
require (
6-
github.com/getsentry/sentry-go v0.28.1
6+
github.com/getsentry/sentry-go v0.29.0
77
github.com/google/go-cmp v0.5.9
88
go.opentelemetry.io/otel v1.11.0
99
go.opentelemetry.io/otel/sdk v1.11.0

sentry.go

+1-1
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.28.1"
9+
const SDKVersion = "0.29.0"
1010

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

0 commit comments

Comments
 (0)