A
B
C
D
E
F
G
I
L
N
P
S
T
W
A
- activateSpan(DatadogSpan) - function in com.datadog.android.trace.api.tracer.DatadogTracer
- Activates the provided span within the current context of the tracer.
- activeSpan() - function in com.datadog.android.trace.api.tracer.DatadogTracer
- Retrieves the currently active span in the context of the tracer.
- addScopeListener(DatadogScopeListener) - function in com.datadog.android.trace.api.tracer.DatadogTracer
- Adds a listener to be notified when a scope is activated or closed.
- addThrowable(Throwable) - function in com.datadog.android.trace.api.span.DatadogSpan
- Associates a throwable with the current span, marking it as an error and capturing the provided throwable for additional context.
- afterScopeActivated() - function in com.datadog.android.trace.api.scope.DatadogScopeListener
- Called just after a scope becomes the active scope.
- afterScopeClosed() - function in com.datadog.android.trace.api.scope.DatadogScopeListener
- Called just after a scope is closed.