Package io.sentry
Interface ISocketTagger
- All Known Implementing Classes:
NoOpSocketTagger
public interface ISocketTagger
-
Method Summary
Modifier and TypeMethodDescriptionvoidTags the sockets traffic originating from the Sentry HttpConnection thread.voidUntags 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.
-