Class SentryRequestHttpServletRequestProcessor

  • All Implemented Interfaces:
    io.sentry.EventProcessor

    public class SentryRequestHttpServletRequestProcessor
    extends java.lang.Object
    implements io.sentry.EventProcessor
    Attaches transaction name from the HTTP request to SentryEvent.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      @NotNull io.sentry.SentryEvent process​(@NotNull io.sentry.SentryEvent event, @NotNull io.sentry.Hint hint)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface io.sentry.EventProcessor

        process
    • Constructor Detail

      • SentryRequestHttpServletRequestProcessor

        public SentryRequestHttpServletRequestProcessor​(@NotNull
                                                        @NotNull TransactionNameProvider transactionNameProvider,
                                                        @NotNull
                                                        @NotNull javax.servlet.http.HttpServletRequest request)
    • Method Detail

      • process

        @NotNull
        public @NotNull io.sentry.SentryEvent process​(@NotNull
                                                      @NotNull io.sentry.SentryEvent event,
                                                      @NotNull
                                                      @NotNull io.sentry.Hint hint)
        Specified by:
        process in interface io.sentry.EventProcessor