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: main
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: classifiers
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 2 files changed
  • 2 contributors

Commits on May 29, 2026

  1. Wire OpenTelemetry into ClassifiersExample and add gradle task

    ClassifiersExample.java was the only example missing the explicit
    braintrust.openTelemetryCreate() call that every other example performs
    immediately after Braintrust.get(). Without it, spans created during the
    eval go to the no-op tracer and never reach the Braintrust backend, so
    the experiment shows up empty in the UI despite the REST experiment
    record being created. Adding the call brings the example in line with
    ExperimentExample, TraceScoringExample, etc.
    
    Also adds a runClassifiers gradle task so the example can be invoked
    the same way as the others (./gradlew :examples:runClassifiers).
    
    Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
    Qard and claude committed May 29, 2026
    Configuration menu
    Copy the full SHA
    1183e42 View commit details
    Browse the repository at this point in the history
Loading