Package io.sentry

Interface ISocketTagger

All Known Implementing Classes:
NoOpSocketTagger

public interface ISocketTagger
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Tags the sockets traffic originating from the Sentry HttpConnection thread.
    void
    Untags the sockets traffic originating from the Sentry HttpConnection thread.
  • Method Details

    • tagSockets

      void tagSockets()
      Tags the sockets traffic originating from the Sentry HttpConnection thread.
    • untagSockets

      void untagSockets()
      Untags the sockets traffic originating from the Sentry HttpConnection thread.