TracingPluginType interface

Structural type of dd-trace's TracingPlugin. Only the members this package actually uses are described.

Signature:

export interface TracingPluginType 

Properties

Property

Modifiers

Type

Description

config

any

Resolved configuration for this plugin.

tracer

any

The tracer instance, used to inject and extract trace context.

Methods

Method

Description

configure(config)

Applies configuration, called by the tracer's plugin manager.

startSpan(name, options, enterOrCtx)

Starts a span.

Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.