Skip to content

braintrust@3.12.0

Choose a tag to compare

@github-actions github-actions released this 26 May 17:24
· 31 commits to main since this release

braintrust

3.12.0

Minor Changes

  • feat: Add @flue/runtime instrumentation (#2037)
  • feat: Add braintrust/apply-auto-instrumentation entrypoint for CJS/TS patching (#2038)
  • feat(nextjs): Add wrapNextjsConfigWithBraintrust as canonical setup utility instead of webpack loader/plugin (#2033)
  • feat(bundler-plugins): Add braintrustVitePlugin, braintrustWebpackPlugin, braintrustEsbuildPlugin, braintrustRollupPlugin aliases for bundler plugins and deprecate old ones (#2032)

Patch Changes

  • feat: Add OpenAI Agents SDK auto-instrumentation (#1891)
  • feat: Add LangChain and LangGraph auto-instrumentation (#1897)
  • fix(security): reject __proto__, constructor, and prototype keys in mergeDicts / mergeDictsWithPaths to prevent prototype pollution from untrusted merge sources (#2026)
  • feat: Allow for multi project tracing by removing parent project ID restriction (#2044)
  • feat: Do not collect git metadata by default when organization-level git metadata settings are absent (#2045)
  • Add exponential backoff between existing get_json retry attempts (#1965)