We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01ff37d commit 0e1cc04Copy full SHA for 0e1cc04
1 file changed
packages/vue-sdk/README.md
@@ -280,13 +280,9 @@ const sendFeedback = useSendFeedback();
280
281
const handleSubmit = async (data: FormData) => {
282
await sendFeedback({
283
- featureId: "bucket-feature-id",
+ featureKey: "bucket-feature-key",
284
score: parseInt(data.get("score") as string),
285
comment: data.get("comment") as string,
286
- metadata: {
287
- source: "custom-form",
288
- userRole: "admin",
289
- },
290
});
291
};
292
</script>
0 commit comments