
Product
Microsoft Teams Notifications Are Now Available in Socket
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.
@mastra/braintrust
Advanced tools
Affected versions:
Braintrust observability provider for Mastra - includes tracing and future observability features
Export Mastra traces to Braintrust for LLM evaluation and monitoring with zero-config environment variables or explicit project configuration.
npm install @mastra/braintrust
import { Mastra } from '@mastra/core/mastra';
import { Observability } from '@mastra/observability';
import { BraintrustExporter } from '@mastra/braintrust';
export const mastra = new Mastra({
observability: new Observability({
configs: {
braintrust: {
serviceName: 'my-service',
exporters: [new BraintrustExporter()],
},
},
}),
});
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
Braintrust observability provider for Mastra - includes tracing and future observability features
The npm package @mastra/braintrust receives a total of 40,717 weekly downloads. As such, @mastra/braintrust popularity was classified as popular.
We found that @mastra/braintrust 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.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.

Security News
Socket CTO Ahmad Nassri joins AppSec leaders at Black Hat to discuss active malware, package manager risks, and software supply chain defense.