
Security News
Happy Birthday, Shai-Hulud
It has been one year since Shai-Hulud made its first appearance on npm.
@mastra/laminar
Advanced tools
Affected versions:
Laminar observability exporter for Mastra applications.
Exports Mastra spans to Laminar via OTLP/HTTP (protobuf) and supports sending scorer results to Laminar Evaluators.
npm install @mastra/laminar
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()],
},
},
}),
});
See the package changelog for version history and release notes.
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
Laminar observability provider for Mastra - tracing + scoring export
The npm package @mastra/laminar receives a total of 1,590 weekly downloads. As such, @mastra/laminar popularity was classified as popular.
We found that @mastra/laminar demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 7 open source maintainers collaborating on the project.

Security News
It has been one year since Shai-Hulud made its first appearance on npm.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.