Applies to:
- Plan -
- Deployment -
Summary
In the Logs filter editor, use the following filter to find traces that contain automatically converted file attachments:braintrust_attachment reference in the span data. search() finds that reference, and ANY_SPAN() returns traces where it appears on any span.
Verify the attachment type
If the filter does not match an expected trace, open an example span and inspect the Raw tab. Confirm that the attachment object hastype: "braintrust_attachment".
If the raw data does not contain type: "braintrust_attachment", this filter does not apply. Create a field-specific filter for the attachment representation in your data.
For more information about automatic conversion, see Log attachments.