Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion develop-docs/sdk/telemetry/client-reports.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ an envelope item, for example, with the response 429, the client SDK must not re
this as the server already does. Still, the SDK must record lost envelope items
when dropping them itself, for example, caused by an active rate limit. SDKs can put
a simple optional check for HTTP status codes in place where any code `>= 400` except
`429` will be recorded as `network_error`. The client SDKs can assume that client
`429` will be recorded as `send_error`. The client SDKs can assume that client
reports never get rate limited. The server is minimizing the possibility of client
reports getting rate limited, but the SDKs shouldn't worry about this edge case as
this feature is best-effort.
Expand Down