Skip to content

Commit

Permalink
Remove deprecated code (#727)
Browse files Browse the repository at this point in the history
  • Loading branch information
cleptric committed Oct 3, 2023
1 parent f1f0176 commit 2a76348
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions sentry.go
Expand Up @@ -5,17 +5,9 @@ import (
"time"
)

// The version of the SDK.
// Deprecated: To be removed in 0.25.0. Use SDKVersion instead.
const Version = SDKVersion

// The version of the SDK.
const SDKVersion = "0.24.1"

// The identifier of the SDK.
// Deprecated: To be removed in 0.25.0. Use Client.GetSDKIdentifier() instead.
const SDKIdentifier = "sentry.go"

// apiVersion is the minimum version of the Sentry API compatible with the
// sentry-go SDK.
const apiVersion = "7"
Expand Down

0 comments on commit 2a76348

Please sign in to comment.