Package io.sentry

Class NoopVersionDetector

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

public final class NoopVersionDetector extends Object implements IVersionDetector
  • Method Details

    • getInstance

      public static NoopVersionDetector getInstance()
    • 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