Skip to content

Commit

Permalink
release: 0.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Dec 2, 2024
1 parent 4ee6444 commit 1db5420
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion otel/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/getsentry/sentry-go/otel
go 1.21

require (
github.com/getsentry/sentry-go v0.29.1
github.com/getsentry/sentry-go v0.30.0
github.com/google/go-cmp v0.5.9
go.opentelemetry.io/otel v1.11.0
go.opentelemetry.io/otel/sdk v1.11.0
Expand Down
2 changes: 1 addition & 1 deletion sentry.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
)

// The version of the SDK.
const SDKVersion = "0.29.1"
const SDKVersion = "0.30.0"

// apiVersion is the minimum version of the Sentry API compatible with the
// sentry-go SDK.
Expand Down
2 changes: 1 addition & 1 deletion slog/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/getsentry/sentry-go/slog
go 1.21

require (
github.com/getsentry/sentry-go v0.29.1
github.com/getsentry/sentry-go v0.30.0
github.com/stretchr/testify v1.9.0
)

Expand Down
2 changes: 1 addition & 1 deletion zerolog/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.21

require (
github.com/buger/jsonparser v1.1.1
github.com/getsentry/sentry-go v0.29.1
github.com/getsentry/sentry-go v0.30.0
github.com/rs/zerolog v1.33.0
github.com/stretchr/testify v1.9.0
)
Expand Down

0 comments on commit 1db5420

Please sign in to comment.