Mastra.getTelemetry()
The .getTelemetry()
method is used to retrieve the telemetry instance that has been configured in the Mastra instance.
Usage example
mastra.getTelemetry();
Parameters
This method does not accept any parameters.
Returns
telemetry:
Telemetry | undefined
The configured telemetry instance used for tracing and observability across all components, or undefined if no telemetry has been configured.