braintrust@3.12.0
·
31 commits
to main
since this release
braintrust
3.12.0
Minor Changes
- feat: Add
@flue/runtimeinstrumentation (#2037) - feat: Add
braintrust/apply-auto-instrumentationentrypoint for CJS/TS patching (#2038) - feat(nextjs): Add
wrapNextjsConfigWithBraintrustas canonical setup utility instead of webpack loader/plugin (#2033) - feat(bundler-plugins): Add
braintrustVitePlugin,braintrustWebpackPlugin,braintrustEsbuildPlugin,braintrustRollupPluginaliases 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, andprototypekeys inmergeDicts/mergeDictsWithPathsto 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_jsonretry attempts (#1965)