
Security News
Happy Birthday, Shai-Hulud
It has been one year since Shai-Hulud made its first appearance on npm.
@mastra/arize
Advanced tools
Affected versions:
Arize observability provider for Mastra - includes tracing and future observability features
Export Mastra traces to any OpenTelemetry observability platform that supports OpenInference, like Arize AX, or Phoenix.
For more information on OpenInference, see the OpenInference Semantic Conventions specification.
npm install @mastra/arize
Set PHOENIX_COLLECTOR_ENDPOINT and, for authenticated instances, PHOENIX_API_KEY.
import { Mastra } from '@mastra/core/mastra';
import { Observability } from '@mastra/observability';
import { ArizeExporter } from '@mastra/arize';
export const mastra = new Mastra({
observability: new Observability({
configs: {
arize: {
serviceName: 'my-service',
exporters: [new ArizeExporter()],
},
},
}),
});
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
Arize observability provider for Mastra - includes tracing and future observability features
The npm package @mastra/arize receives a total of 6,897 weekly downloads. As such, @mastra/arize popularity was classified as popular.
We found that @mastra/arize 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.