We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc695c9 commit 015c71aCopy full SHA for 015c71a
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.21.0
+ github.com/getsentry/sentry-go v0.22.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
@@ -9,7 +9,7 @@ import (
const Version = SDKVersion
10
11
// Version is the version of the SDK.
12
-const SDKVersion = "0.21.0"
+const SDKVersion = "0.22.0"
13
14
// The identifier of the SDK.
15
const SDKIdentifier = "sentry.go"
0 commit comments