Package io.sentry
Class NoOpSocketTagger
java.lang.Object
io.sentry.NoOpSocketTagger
- All Implemented Interfaces:
ISocketTagger
-
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull ISocketTagger
void
Tags the sockets traffic originating from the Sentry HttpConnection thread.void
Untags the sockets traffic originating from the Sentry HttpConnection thread.
-
Method Details
-
getInstance
-
tagSockets
public void tagSockets()Description copied from interface:ISocketTagger
Tags the sockets traffic originating from the Sentry HttpConnection thread.- Specified by:
tagSockets
in interfaceISocketTagger
-
untagSockets
public void untagSockets()Description copied from interface:ISocketTagger
Untags the sockets traffic originating from the Sentry HttpConnection thread.- Specified by:
untagSockets
in interfaceISocketTagger
-