New:Socket for Asana Is Now Available.Learn more
Get Started

@mastra/datadog

Package Overview
Dependencies
Maintainers
7
Versions
468
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
This package has malicious versions linked to the ongoing "Mastra AI framework compromise" supply chain attack.

Affected versions:

1.2.5
View campaign page

@mastra/datadog

Datadog LLM Observability exporter for Mastra - exports tracing data to Datadog's LLM Observability product

latest
Source
npmnpm
Version
1.4.5
Version published
Weekly downloads
87K
-16.11%
Maintainers
7
Weekly downloads
 
Created
Source

@mastra/datadog

Datadog LLM Observability exporter for Mastra. Exports observability data to Datadog's LLM Observability product.

Installation

npm install @mastra/datadog

Usage

Basic Setup

import { Mastra } from '@mastra/core/mastra';
import { Observability } from '@mastra/observability';
import { DatadogExporter } from '@mastra/datadog';

export const mastra = new Mastra({
  observability: new Observability({
    configs: {
      datadog: {
        serviceName: 'my-service',
        exporters: [new DatadogExporter()],
      },
    },
  }),
});

Documentation

Changelog

See the package changelog for version history and release notes.

Support

We have an open community Discord. Come and say hello and let us know if you have any questions or need any help getting things running.

FAQs

Package last updated on 03 Sep 2026

Related posts