-
public interface NetworkRequestApiThe public API that is used for capturing network requests manually
-
-
Method Summary
Modifier and Type Method Description abstract UnitrecordNetworkRequest(EmbraceNetworkRequest networkRequest)Logs the fact that a network call occurred. abstract StringgenerateW3cTraceparent()-
-
Method Detail
-
recordNetworkRequest
abstract Unit recordNetworkRequest(EmbraceNetworkRequest networkRequest)
Logs the fact that a network call occurred. These are recorded and sent to Embrace as part of a particular session.
You can create an instance of EmbraceNetworkRequest using the factory functions.
-
generateW3cTraceparent
abstract String generateW3cTraceparent()
-
-
-
-