Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: braintrustdata/braintrust-sdk-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.1
Choose a base ref
...
head repository: braintrustdata/braintrust-sdk-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.2
Choose a head ref
  • 12 commits
  • 39 files changed
  • 4 contributors

Commits on Dec 31, 2025

  1. Configuration menu
    Copy the full SHA
    9005a8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59d0a7d View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2026

  1. Merge pull request #25 from braintrustdata/ark/vcr-wiremock

    VCR util for unit tests
    realark authored Jan 6, 2026
    Configuration menu
    Copy the full SHA
    be1024d View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2026

  1. Add wrapTools() method for automatic LangChain4j tool instrumentation

    Implements ByteBuddy-based proxy wrapper that creates OpenTelemetry spans for @tool annotated methods, capturing parameters, outputs, execution time, and exceptions. Includes comprehensive tests, runnable example, and README documentation.
    nicholas-piesco committed Jan 9, 2026
    Configuration menu
    Copy the full SHA
    438c526 View commit details
    Browse the repository at this point in the history
  2. Fix example and add integration test for proper Braintrust attribute …

    …handling
    
    - Fixed LangchainToolWrappingExample to set braintrust.input_json and braintrust.output_json on all spans (conversation, turn, tool)
    - Added testToolWrappingIntegrationWithConversationHierarchy to verify full span hierarchy has required attributes
    - Updated README with note on setting Braintrust attributes on parent spans for proper UI display
    nicholas-piesco committed Jan 9, 2026
    Configuration menu
    Copy the full SHA
    3b2f580 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #27 from braintrustdata/ft/langchain-wrap-tools

    Add wrapTools() for LangChain4j tool instrumentation
    nicholas-piesco authored Jan 9, 2026
    Configuration menu
    Copy the full SHA
    1436f35 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4c26f5b View commit details
    Browse the repository at this point in the history
  5. Merge pull request #28 from braintrustdata/revert-27-ft/langchain-wra…

    …p-tools
    
    Revert "Add wrapTools() for LangChain4j tool instrumentation"
    realark authored Jan 9, 2026
    Configuration menu
    Copy the full SHA
    699b42d View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2026

  1. Configuration menu
    Copy the full SHA
    218c42e View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2026

  1. record vcr

    realark committed Jan 13, 2026
    Configuration menu
    Copy the full SHA
    8f864d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4f4249 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2026

  1. Merge pull request #30 from braintrustdata/ark/langchain-ai-services

    Instrument Langchain4j AI Services
    realark authored Jan 14, 2026
    Configuration menu
    Copy the full SHA
    e70508a View commit details
    Browse the repository at this point in the history
Loading