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

io.sentry.BackfillingEventProcessor Maven / Gradle / Ivy

package io.sentry;

/**
 * Marker interface for event processors that process events that have to be backfilled, i.e.
 * currently stored in-memory data (like Scope or SentryOptions) is irrelevant, because the event
 * happened in the past.
 */
public interface BackfillingEventProcessor extends EventProcessor {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy