We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba978a9 commit 017879dCopy full SHA for 017879d
js/packages/openinference-vercel/src/utils.ts
@@ -368,6 +368,8 @@ const getOpenInferenceAttributes = (attributes: Attributes): Attributes => {
368
const openInferenceAttributes = {
369
[SemanticConventions.OPENINFERENCE_SPAN_KIND]: spanKind ?? undefined,
370
};
371
+ console.log("new span attributes");
372
+ console.table(attributes);
373
return AISemanticConventionsList.reduce(
374
(openInferenceAttributes: Attributes, convention) => {
375
/**
0 commit comments