Package io.sentry

Class NoOpSocketTagger

java.lang.Object
io.sentry.NoOpSocketTagger
All Implemented Interfaces:
ISocketTagger

public final class NoOpSocketTagger extends Object implements ISocketTagger
  • Method Details

    • getInstance

      @NotNull public static @NotNull ISocketTagger getInstance()
    • tagSockets

      public void tagSockets()
      Description copied from interface: ISocketTagger
      Tags the sockets traffic originating from the Sentry HttpConnection thread.
      Specified by:
      tagSockets in interface ISocketTagger
    • untagSockets

      public void untagSockets()
      Description copied from interface: ISocketTagger
      Untags the sockets traffic originating from the Sentry HttpConnection thread.
      Specified by:
      untagSockets in interface ISocketTagger