Skip to content
This repository was archived by the owner on Aug 14, 2024. It is now read-only.

Commit 3997af1

Browse files
Add client report item type to envelopes spec (#535)
1 parent 6b26655 commit 3997af1

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

src/docs/sdk/envelopes.mdx

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -465,6 +465,26 @@ The item contains a user feedback / user report JSON payload:
465465

466466
*None*
467467

468+
### Client Report
469+
470+
Item type `"client_report"` contains a client report payload encoded in JSON.
471+
472+
See the <Link to="/sdk/client-reports/">client reports</Link> documentation for the payload
473+
details.
474+
475+
**Constraints:**
476+
477+
- This Item may occur multiple times per Envelope, but please avoid sending more client reports than necessary.
478+
- This Item can either be included in an Envelope with other Items, or it may be sent by itself.
479+
480+
**Envelope Headers:**
481+
482+
*None*
483+
484+
**Additional Item Headers:**
485+
486+
*None*
487+
468488
### Reserved Types
469489

470490
Reserved types may not be written by any implementation. They are reserved for

0 commit comments

Comments
 (0)