New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@mastra/laminar

Package Overview
Dependencies
Maintainers
7
Versions
476
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.3
View campaign page

@mastra/laminar

Laminar observability provider for Mastra - tracing + scoring export

latest
Source
npmnpm
Version
1.3.18
Version published
Weekly downloads
2.1K
57.67%
Maintainers
7
Weekly downloads
 
Created
Source

@mastra/laminar

Laminar observability exporter for Mastra applications.

Exports Mastra spans to Laminar via OTLP/HTTP (protobuf) and supports sending scorer results to Laminar Evaluators.

Installation

npm install @mastra/laminar

Usage

Set LMNR_PROJECT_API_KEY before creating the exporter.

import { Mastra } from '@mastra/core/mastra';
import { Observability } from '@mastra/observability';
import { LaminarExporter } from '@mastra/laminar';

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

Documentation

  • @mastra/laminar 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 15 Sep 2026

Related posts