diff --git a/sentry.go b/sentry.go index a727b5584..f12b61e3f 100644 --- a/sentry.go +++ b/sentry.go @@ -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"