Package io.sentry

Class DefaultVersionDetector

java.lang.Object
io.sentry.DefaultVersionDetector
All Implemented Interfaces:
IVersionDetector

@Internal public final class DefaultVersionDetector extends Object implements IVersionDetector
  • Constructor Details

    • DefaultVersionDetector

      public DefaultVersionDetector(@NotNull @NotNull SentryOptions options)
  • Method Details

    • checkForMixedVersions

      public boolean checkForMixedVersions()
      Description copied from interface: IVersionDetector
      Checks whether all installed Sentry Java SDK dependencies have the same version.
      Specified by:
      checkForMixedVersions in interface IVersionDetector
      Returns:
      true if mixed versions have been detected, false if all versions align