Package io.sentry

Class SentryIntegrationPackageStorage

java.lang.Object
io.sentry.SentryIntegrationPackageStorage

@Internal public final class SentryIntegrationPackageStorage extends Object
  • Method Details

    • getInstance

      @NotNull public static @NotNull SentryIntegrationPackageStorage getInstance()
    • addIntegration

      public void addIntegration(@NotNull @NotNull String integration)
    • getIntegrations

      @NotNull public @NotNull Set<String> getIntegrations()
    • addPackage

      public void addPackage(@NotNull @NotNull String name, @NotNull @NotNull String version)
    • getPackages

      @NotNull public @NotNull Set<SentryPackage> getPackages()
    • clearStorage

      @TestOnly public void clearStorage()