Skip to content

Fix iOS log batching values to match SDK defaults#726

Open
nelsitoPuglisi wants to merge 2 commits intomainfrom
fix/ios-log-batching-limits
Open

Fix iOS log batching values to match SDK defaults#726
nelsitoPuglisi wants to merge 2 commits intomainfrom
fix/ios-log-batching-limits

Conversation

@nelsitoPuglisi
Copy link
Contributor

Summary

  • Fix all 3 log batching values in iOS docs which were incorrectly copy-pasted from Android docs
Value Before (wrong) After (correct) SDK source
Max time between logs 2 seconds 20 seconds maximumTimeBetweenLogsInSeconds = 20 in DefaultEmbraceLoggerConfig.swift
Batch lifetime 5 seconds 60 seconds batchLifetimeInSeconds = 60 in DefaultEmbraceLoggerConfig.swift
Max logs per batch 50 20 maxLogsPerBatch = 20 in LogController.swift

Test plan

  • Verify the Log Batching section renders correctly on the iOS logs page

🤖 Generated with Claude Code

The iOS docs had Android batching values copy-pasted. Updated to match
the actual iOS SDK constants in DefaultEmbraceLoggerConfig.swift and
LogController.swift.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@nelsitoPuglisi nelsitoPuglisi requested a review from a team as a code owner March 9, 2026 22:55
@github-actions
Copy link

github-actions bot commented Mar 9, 2026

Summary - Markdown Lint

Success: No issues found in 393 files (97ms)

@github-actions
Copy link

github-actions bot commented Mar 9, 2026

Summary - Link Checker

Status Count
🔍 Total 478
✅ Successful 383
⏳ Timeouts 0
🔀 Redirected 0
👻 Excluded 95
❓ Unknown 0
🚫 Errors 0
⛔ Unsupported 0
Full Github Actions output

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant