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

io.sentry.spring.SentryUserProvider Maven / Gradle / Ivy

The newest version!
package io.sentry.spring;

import io.sentry.protocol.User;
import org.jetbrains.annotations.Nullable;

/**
 * Out of the box Spring integration configures single {@link SentryUserProvider} - {@link
 * HttpServletRequestSentryUserProvider}.
 */
@FunctionalInterface
public interface SentryUserProvider {
  @Nullable
  User provideUser();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy