core-utils
Preparing search index...
@clipboard-health/notifications
Tracer
Interface Tracer
Tracer interface for distributed tracing operations.
interface
Tracer
{
trace
:
<
T
>
(
name
:
string
,
options
:
TraceOptions
,
fun
:
(
span
?:
Span
)
=>
T
,
)
=>
T
;
}
Index
Properties
trace
Properties
trace
trace
:
<
T
>
(
name
:
string
,
options
:
TraceOptions
,
fun
:
(
span
?:
Span
)
=>
T
)
=>
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
trace
core-utils
Loading...
Tracer interface for distributed tracing operations.