Revert Android log limits to shared component and fix iOS max log length#731
Open
nelsitoPuglisi wants to merge 1 commit intomainfrom
Open
Revert Android log limits to shared component and fix iOS max log length#731nelsitoPuglisi wants to merge 1 commit intomainfrom
nelsitoPuglisi wants to merge 1 commit intomainfrom
Conversation
- Android pages: revert to using shared/log-limit.md since the effective max message length is 4000 for all platforms via remote config - iOS 6x logs: fix incorrect "10,000 bytes" to "4,000 characters" Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Summary - Link Checker
Redirects per inputRedirects in docs/data-destinations/honeycomb.md
|
Summary - Markdown Lint |
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.
Summary
shared/log-limit.md, since the effective max message length is 4,000 for all platforms via remote config (app-service always returnsLOG_MAX_LENGTH_MAX_VALUE = 4000)shared/log-limit.mdalready had the correct value (4,000)Supersedes #730 (closed due to messy commit history).
Reverts the Android-specific inlining from #727.
Test plan
🤖 Generated with Claude Code