Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/mastra-logfeedback-row-id.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sparkly-pets-report.md

This file was deleted.

10 changes: 10 additions & 0 deletions js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# braintrust

## 3.22.0

### Minor Changes

- feat: Add first party eve instrumentation (https://github.com/braintrustdata/braintrust-sdk-javascript/pull/2203)

### Patch Changes

- fix(mastra): Use the Mastra span id as the Braintrust row id so `logFeedback` attaches to the right row instead of landing as a stray (https://github.com/braintrustdata/braintrust-sdk-javascript/pull/2211)

## 3.21.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "braintrust",
"version": "3.21.0",
"version": "3.22.0",
"description": "SDK for integrating Braintrust",
"repository": {
"type": "git",
Expand Down
Loading