Skip to content

Commit 017879d

Browse files
committed
debug vercel attrs
1 parent ba978a9 commit 017879d

File tree

1 file changed

+2
-0
lines changed
  • js/packages/openinference-vercel/src

1 file changed

+2
-0
lines changed

js/packages/openinference-vercel/src/utils.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,8 @@ const getOpenInferenceAttributes = (attributes: Attributes): Attributes => {
368368
const openInferenceAttributes = {
369369
[SemanticConventions.OPENINFERENCE_SPAN_KIND]: spanKind ?? undefined,
370370
};
371+
console.log("new span attributes");
372+
console.table(attributes);
371373
return AISemanticConventionsList.reduce(
372374
(openInferenceAttributes: Attributes, convention) => {
373375
/**

0 commit comments

Comments
 (0)