All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.sentry.util.IntegrationUtils Maven / Gradle / Ivy

There is a newer version: 8.0.0-rc.4
Show newest version
package io.sentry.util;

import io.sentry.SentryIntegrationPackageStorage;
import org.jetbrains.annotations.ApiStatus;
import org.jetbrains.annotations.NotNull;

@ApiStatus.Internal
public final class IntegrationUtils {

  public static void addIntegrationToSdkVersion(final @NotNull String name) {
    SentryIntegrationPackageStorage.getInstance().addIntegration(name);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy