Skip to content

Commit a204aac

Browse files
fix(develop-docs): Wording for discarding envelope (#15836)
Replace drop with discard, so we always use the term discard.
1 parent 1abd3e5 commit a204aac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

develop-docs/sdk/expected-features/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ If Sentry returns an `HTTP 4xx` or `HTTP 5xx` status code, SDKs:
261261
For an `HTTP 429` response, SDKs:
262262

263263
- **MUST** respect the [rate limiting rules](/sdk/expected-features/rate-limiting/), such as correctly parsing the retry-header.
264-
- **MUST** drop the envelope, but **MUST NOT** record a [client report](/sdk/telemetry/client-reports), because the backend already does this. Doing this would double-count dropped envelopes.
264+
- **MUST** discard the envelope, but **MUST NOT** record a [client report](/sdk/telemetry/client-reports), because the backend already does this. Doing this would double-count discarded envelopes.
265265
- **MUST NOT** retry sending the envelope.
266266

267267
SDKs **MAY** retry sending the envelope when a network error occurs, such as:

0 commit comments

Comments
 (0)