Skip to content

Commit c10743e

Browse files
committed
Merge remote-tracking branch 'origin/stefanosiano/feedback-telemetry' into stefanosiano/feedback-telemetry
2 parents 9808d21 + c057284 commit c10743e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

develop-docs/sdk/telemetry/feedbacks.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Item type `"feedback"`. This Item contains an [event payload](/sdk/data-model/ev
2222
| associated_event_id | string | The identifier of an error event in the same project. Use this to explicitly link a related error in the feedback UI. |
2323
| replay_id | string | The identifier of a related Session Replay in the same project. Sentry uses this ID to render a Replay clip in the feedback UI. |
2424

25-
### Event Event Attributes
25+
### Event Attributes
2626

2727
For the full list of attributes, see [Event Payloads](/sdk/data-model/event-payloads/).
2828

@@ -131,10 +131,10 @@ The scope is applied to the feedbacks, including tags, attachments, and trace co
131131

132132
[Rate limiting](/sdk/expected-features/rate-limiting/) is applied to feedbacks in the same way as it is applied to events.
133133

134-
### Dropped feedback reports
134+
### Dropped Feedback Reports
135135

136-
There is no sample rate for feedbacks, as they are always sampled. However, a feedback can be discarded at any of the pipeline stages. The SDK should report dropped feedbacks through [client reports](/sdk/telemetry/client-reports/).
136+
There is no sample rate for feedbacks, as they are always sampled. However, a feedback can be discarded at any of the pipeline stages, for reasons like rate limiting or an invalid message (too large or empty). The SDK should report dropped feedbacks through [client reports](/sdk/telemetry/client-reports/).
137137

138138
### Session Replay Integration
139139

140-
SDKs are expected to flush the current Session Replay, if running. This ensures a meaningful replay recording exists and can be included in the `replay_id` attribute of the feedback context.
140+
When sending feedback, SDKs are expected to flush the current Session Replay, if running. This ensures a meaningful replay recording exists and can be included in the `replay_id` attribute of the feedback context.

0 commit comments

Comments
 (0)