TraceFactory

fun interface TraceFactory

Factory to use to create a Trace instance. This gives the application the ability to implement a specific ingestion mechanism for the performance trace data. For example, Firebase can be used to track the performance of the Trace.

Functions

Link copied to clipboard
abstract fun create(name: TraceName): Trace

Create a Trace instance with the given name.