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

io.sentry.hints.EventDropReason Maven / Gradle / Ivy

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

import org.jetbrains.annotations.ApiStatus;

/** A reason for which an event was dropped, used for (not to confuse with ClientReports) */
@ApiStatus.Internal
public enum EventDropReason {
  MULTITHREADED_DEDUPLICATION
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy