A
B
C
D
E
F
G
H
I
L
N
O
P
R
S
T
U
W
A
- activityLoaded(Activity) - function in io.embrace.android.embracesdk.internal.api.InstrumentationApi
- Notify the Embrace UI Load instrumentation that the given Activity instance has fully loaded, so its associated trace can be stopped
- addAttribute(String,String) - function in io.embrace.android.embracesdk.spans.EmbraceSpan
- Add the given key-value pair as an Attribute to the Event.
- addBreadcrumb(String) - function in io.embrace.android.embracesdk.internal.api.BreadcrumbApi
- Adds a breadcrumb.
- addEvent(String) - function in io.embrace.android.embracesdk.spans.EmbraceSpan
- Add an EmbraceSpanEvent with the given name at the current time.
- addEvent(String,Long) - function in io.embrace.android.embracesdk.spans.EmbraceSpan
- Add an EmbraceSpanEvent with the given name and timestampMs.
- addEvent(String,Long,Map) - function in io.embrace.android.embracesdk.spans.EmbraceSpan
- Add an EmbraceSpanEvent with the given name.
- addLink(EmbraceSpan) - function in io.embrace.android.embracesdk.spans.EmbraceSpan
- Add a link to the given EmbraceSpan
- addLink(SpanContext) - function in io.embrace.android.embracesdk.spans.EmbraceSpan
- Add a link to the span with the given SpanContext
- addLink(EmbraceSpan,Map) - function in io.embrace.android.embracesdk.spans.EmbraceSpan
- Add a link to the given EmbraceSpan with the given attributes
- addLink(SpanContext,Map) - function in io.embrace.android.embracesdk.spans.EmbraceSpan
- Add a link to the span with the given SpanContext with the given attributes
- addLoadTraceAttribute(Activity,String,String) - function in io.embrace.android.embracesdk.internal.api.InstrumentationApi
- Add an attribute to the trace generated by the loading of the given Activity
- addLoadTraceChildSpan(Activity,String,Long,Long) - function in io.embrace.android.embracesdk.internal.api.InstrumentationApi
- Add a successfully completed child span to the trace generated by the loading of the given Activity
- addLoadTraceChildSpan(Activity,String,Long,Long,Map,List,ErrorCode) - function in io.embrace.android.embracesdk.internal.api.InstrumentationApi
- Add a completed child span to the trace generated by the loading of the given Activity with the given attributes and span events.
- addLogRecordExporter(LogRecordExporter) - function in io.embrace.android.embracesdk.internal.api.OTelApi
- Add a LogRecordExporter that OTel Logs will be exported to after logging
- addSessionProperty(String,String,Boolean) - function in io.embrace.android.embracesdk.internal.api.SessionApi
- Adds a property to the current session, overwriting any previous property set with the given key.
- addSpanExporter(SpanExporter) - function in io.embrace.android.embracesdk.internal.api.OTelApi
- Adds a SpanExporter that OTel Spans will be exported to after completion
- addStartupTraceAttribute(String,String) - function in io.embrace.android.embracesdk.internal.api.InstrumentationApi
- Add an attribute to the app startup trace
- addStartupTraceChildSpan(String,Long,Long) - function in io.embrace.android.embracesdk.internal.api.InstrumentationApi
- Add a successfully completed child span to the app startup trace
- addStartupTraceChildSpan(String,Long,Long,Map,List,ErrorCode) - function in io.embrace.android.embracesdk.internal.api.InstrumentationApi
- Add a completed child span to the app startup trace with the given attributes and span events.
- addUserPersona(String) - function in io.embrace.android.embracesdk.internal.api.UserApi
- Adds a custom user persona.
- AppFramework - class in io.embrace.android.embracesdk
- The AppFramework that is in use.
- applicationInitEnd() - function in io.embrace.android.embracesdk.internal.api.InstrumentationApi
- Notify the Embrace SDK that the application has been fully created.
- appReady() - function in io.embrace.android.embracesdk.internal.api.InstrumentationApi
- Notify the Embrace SDK that app startup has completed and the UI is ready to be used.
- AutoTerminationMode - class in io.embrace.android.embracesdk.spans
- Defines how the span should terminate automatically