Skip to content

Fix session property limits to match SDK values#725

Open
nelsitoPuglisi wants to merge 1 commit intomainfrom
fix/session-property-limits
Open

Fix session property limits to match SDK values#725
nelsitoPuglisi wants to merge 1 commit intomainfrom
fix/session-property-limits

Conversation

@nelsitoPuglisi
Copy link
Contributor

Summary

  • Update property value limit from 256 to 1024 characters — both Android and iOS SDKs use 1024
  • Update default session property count from 10 to 100 — both Android and iOS SDKs default to 100
  • Remove outdated reference to contacting support to increase limits

SDK sources:

  • Android: SESSION_PROPERTY_VALUE_LIMIT = 1024 in SessionPropertiesServiceImpl.kt, SESSION_PROPERTY_LIMIT = 100 in SessionBehaviorImpl.kt
  • iOS: maxValueLength = 1024 in MetadataHandler.swift, customPropertiesLimit = 100 in EmbraceStorage+Options.swift

Test plan

  • Verify shared/property-limit.md renders correctly on pages that import it (e.g. session-properties, moments)

🤖 Generated with Claude Code

Both Android and iOS SDKs define property value limit as 1024 characters
(not 256) and default session property count as 100 (not 10).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@github-actions
Copy link

github-actions bot commented Mar 9, 2026

Summary - Markdown Lint

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

@github-actions
Copy link

github-actions bot commented Mar 9, 2026

Summary - Link Checker

Status Count
🔍 Total 478
✅ Successful 382
⏳ Timeouts 0
🔀 Redirected 1
👻 Excluded 95
❓ Unknown 0
🚫 Errors 0
⛔ Unsupported 0

Redirects per input

Redirects in docs/data-destinations/honeycomb.md

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