@kelet-ai/feedback-ui 0.4.1 → 0.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -323,7 +323,7 @@ import { VoteFeedback, getOtelTraceId } from '@kelet-ai/feedback-ui';
323
323
  <VoteFeedback.Root tx_id={getOtelTraceId} onFeedback={handleFeedback}>
324
324
  <VoteFeedback.UpvoteButton>👍</VoteFeedback.UpvoteButton>
325
325
  <VoteFeedback.DownvoteButton>👎</VoteFeedback.DownvoteButton>
326
- </VoteFeedback.Root>
326
+ </VoteFeedback.Root>;
327
327
  ```
328
328
 
329
329
  Requires `@opentelemetry/api` and active Span to collect the trace_id from.