A
B
C
D
E
F
G
H
I
L
N
O
P
R
S
T
U
W
R
- REACT_NATIVE - enum entry in io.embrace.android.embracesdk.AppFramework
- recordCompletedSpan(String,Long,Long) - function in io.embrace.android.embracesdk.spans.TracingApi
- Record a span with the given name, start time, and end time (epoch time in milliseconds).
- recordCompletedSpan(String,Long,Long,ErrorCode) - function in io.embrace.android.embracesdk.spans.TracingApi
- Record a span with the given name, error code, start time, and end time (epoch time in milliseconds).
- recordCompletedSpan(String,Long,Long,EmbraceSpan) - function in io.embrace.android.embracesdk.spans.TracingApi
- Record a span with the given name, parent, start time, and end time (epoch time in milliseconds).
- recordCompletedSpan(String,Long,Long,ErrorCode,EmbraceSpan) - function in io.embrace.android.embracesdk.spans.TracingApi
- Record a span with the given name, parent, error code, start time, and end time (epoch time in milliseconds).
- recordCompletedSpan(String,Long,Long,Map,List) - function in io.embrace.android.embracesdk.spans.TracingApi
- Record a span with the given name, start time, and end time (epoch time in milliseconds).
- recordCompletedSpan(String,Long,Long,ErrorCode,EmbraceSpan,Map,List) - function in io.embrace.android.embracesdk.spans.TracingApi
- Record a span with the given name, error code, parent, start time, and end time (epoch time in milliseconds).
- recordException(Throwable) - function in io.embrace.android.embracesdk.spans.EmbraceSpan
- Record the given Throwable as a Span Event at the current time.
- recordException(Throwable,Map) - function in io.embrace.android.embracesdk.spans.EmbraceSpan
- Record the given Throwable as a Span Event at the current with the given set of Attributes.
- recordNetworkRequest(EmbraceNetworkRequest) - function in io.embrace.android.embracesdk.internal.api.NetworkRequestApi
- Logs the fact that a network call occurred.
- recordSpan(String,AutoTerminationMode,Function0) - function in io.embrace.android.embracesdk.spans.TracingApi
- Execute the given block of code and record a new trace around it.
- recordSpan(String,EmbraceSpan,AutoTerminationMode,Function0) - function in io.embrace.android.embracesdk.spans.TracingApi
- Execute the given block of code and record a new span around it with the given parent.
- recordSpan(String,Map,List,AutoTerminationMode,Function0) - function in io.embrace.android.embracesdk.spans.TracingApi
- Execute the given block of code and record a new trace around it with optional attributes and list of EmbraceSpanEvent.
- recordSpan(String,EmbraceSpan,Map,List,AutoTerminationMode,Function0) - function in io.embrace.android.embracesdk.spans.TracingApi
- Execute the given block of code and record a new span around it with the given parent with optional attributes and list of EmbraceSpanEvent.
- removeSessionProperty(String) - function in io.embrace.android.embracesdk.internal.api.SessionApi
- Removes a property from the current session.