@txlemetry/mastra
v1.3.6
Published
Txlemetry exporter for Mastra observability.
Readme
Txlemetry Mastra exporter
Use this package to send Mastra observability traces to Txlemetry without exposing an upstream SDK name in your application.
npm install @mastra/core @mastra/observability @txlemetry/mastraimport { TxlemetryExporter } from '@txlemetry/mastra'
const exporter = new TxlemetryExporter({
apiKey: process.env.TXLEMETRY_API_KEY,
})The wrapper preserves the upstream Mastra exporter behavior and defaults to https://app.txlemetry.com. Set host or TXLEMETRY_HOST to override it.
