[wip] plan for supporting client reports#996
Draft
szokeasaurusrex wants to merge 1 commit intomasterfrom
Draft
Conversation
Instructions and example for changelogPlease add an entry to Example: ## Unreleased
### Features
- [wip] plan for supporting client reports ([#996](https://github.com/getsentry/sentry-rust/pull/996))If none of the above apply, you can opt out of this check by adding |
lcian
reviewed
Feb 17, 2026
Comment on lines
+25
to
+26
| 6. Logs buffering spec also requires a hard cap of 1000 queued logs. | ||
| - **Scope note for #882:** keep implementation scope narrow to client reports; track the 1000-cap as a separate follow-up issue unless we discover a low-risk one-line fix while implementing. |
Member
There was a problem hiding this comment.
Relay is optimized for up to 100 logs per envelope. SDKs MUST NOT send more than 100 logs per envelope.
To prevent out-of-memory issues in customer applications, SDKs MUST enforce a hard limit of 1000 queued log events. Any logs added beyond this limit are dropped. SDKs MAY use a lower limit but MUST NOT exceed 1000.
Member
Author
There was a problem hiding this comment.
Bad clanker
Will update this!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ref #996
Ref RUST-98