@@ -215,16 +215,16 @@ feedback. The max length is **4096 characters**.
215215
216216` contact_email `
217217
218- : * String, recommended.* The email of the user.
218+ : * String, recommended.* The email of the user who submitted the feedback .
219219
220220` name `
221221
222- : * String, optional.* The name of the user.
222+ : * String, optional.* The name of the user who submitted the feedback .
223223
224224` url `
225225
226- : * String, optional.* The URL of the referring webpage which may be used to search
227- for or set alerts on feedback.
226+ : * String, optional.* The URL of the webpage the user was on when submitting feedback.
227+ This may be used to search for or set alerts on feedback.
228228
229229` associated_event_id `
230230
@@ -233,20 +233,20 @@ feedback. The max length is **4096 characters**.
233233
234234` replay_id `
235235
236- : * UUID String, optional.* The identifier of a related session replay in the same
237- project. Sentry uses this ID to render a replay clip in the feedback UI.
236+ : * UUID String, optional.* The identifier of a related Session Replay in the same
237+ project. Sentry uses this ID to render a Replay clip in the feedback UI.
238238
239239** Attaching Screenshots:**
240240
241- You can associate ** up to 1 ** screenshot/image with a feedback by sending an
242- [ attachment item ] ( /sdk/data-model/envelope-items/#attachment ) with an ` event_id `
241+ You can associate screenshots with a feedback by sending image data as
242+ [ attachment items ] ( /sdk/data-model/envelope-items/#attachment ) , with ` event_id `
243243corresponding to the feedback item. We recommend sending the items in the same
244244Envelope.
245245
246246** Constraints:**
247247
248248- This Item may occur at most once per Envelope.
249- - This Item is mutually exclusive with ` "transaction" ` Items .
249+ - This Item is mutually exclusive with ` "transaction" ` items .
250250
251251** Required Envelope Headers:**
252252
0 commit comments