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

io.sentry.IEnvelopeSender Maven / Gradle / Ivy

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

import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;

public interface IEnvelopeSender {
  void processEnvelopeFile(@NotNull String path, @Nullable Object hint);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy