Documentation Index
Fetch the complete documentation index at: https://www.getmaxim.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Add Tags to a Trace

Tag your traces to group and filter endpoint data effectively. Add tags to any node type - spans, generations, retrievals, events, and more. Use tags to organize your data, run experiments, and quickly filter through traces based on specific criteria.
Documentation Index
Fetch the complete documentation index at: https://www.getmaxim.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
const trace = logger.trace({
id: "trace-id",
name: "user-query",
tags: {
productId: "instaTravel",
experimentId: "fastlane",
},
});

Was this page helpful?