You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: develop-docs/sdk/client-reports.mdx
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -75,14 +75,14 @@ The following fields exist:
75
75
76
76
`timestamp`
77
77
78
-
: _String | Number, optional_. The timestamp of when the client report was created.
78
+
_String | Number, optional_. The timestamp of when the client report was created.
79
79
Must be an ISO DateTime string or a UNIX timestamp. If not sent, the server
80
80
will assume the current UTC timestamp. In the data model, this is called
81
81
`received`.
82
82
83
83
`discarded_events`
84
84
85
-
: _List of outcome objects_{`reason`, `category`, `quantity`}
85
+
_List of outcome objects_(`reason`, `category`, `quantity`)
86
86
87
87
-`reason`: A string reason that defines why events were lost.
88
88
-`category`: The data category for which the discard reason applies. These are the same data categories used for [rate limits](/sdk/rate-limiting/#definitions).
@@ -111,7 +111,7 @@ that SDKs send these under normal operation:
0 commit comments