[feature request] openinference-vercel should respect attributes that have been set already #1145
Labels
enhancement
New feature or request
instrumentation
Adding instrumentations to open source packages
language: js
Related to JavaScript or Typescript integration
triage
Issues that require triage
Is your feature request related to a problem? Please describe.
The
openinference-vercel
span processor overwrites any attributes that it gets values for. Ideally it would respect already-set values, particularly since the spanattributes
property is marked as readonly.The logic here is responsible.
In my fork, I do the following, and it seems to work well:
The text was updated successfully, but these errors were encountered: