Skip to content

AndroidTracer

Xavier F. Gouchet edited this page Sep 4, 2024 · 1 revision

class AndroidTracer : DDTracer

A class enabling Datadog tracing features.

It allows you to create DDSpan and send them to Datadog servers.

You can have multiple tracers configured in your application, each with their own settings.

Types

AndroidTracer.Builder

AndroidTracer.Companion

Functions

buildSpan

open override fun buildSpan(operationName: String): DDTracer.DDSpanBuilder

toString

open override fun toString(): String

Clone this wiki locally