Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions docs/android/integration-advanced/log-message-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,9 @@ Embrace.logInfo("User has entered checkout flow")

If your application exceeds these limits, the newest logs will be ignored.

:::warning Limits on Log Messages
import LogLimit from '@site/shared/log-limit.md';

- Properties are limited to 100 per log.
- Property keys have a limit of 128 characters.
- Property values have a limit of 1024 characters.

:::
<LogLimit />

## Get alerted on logs

Expand Down
8 changes: 2 additions & 6 deletions docs/android/legacy-integration/log-message-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,9 @@ Embrace.getInstance().logInfo("User has entered checkout flow")

:::

:::warning Limits on Log Messages
import LogLimit from '@site/shared/log-limit.md';

- Properties are limited to 100 per log.
- Property keys have a limit of 128 characters.
- Property values have a limit of 1024 characters.

:::
<LogLimit />

## Being Alerted on Logs

Expand Down
2 changes: 1 addition & 1 deletion docs/ios/6x/core-concepts/logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Embrace enforces certain limits on logs:
- 500 Error Logs
- 200 Warning Logs
- 100 Info Logs
- Maximum size of logs: 10,000 bytes
- Maximum log message length: 4,000 characters. Messages are truncated if they exceed the limit.

If your application exceeds these limits, the newest logs will be ignored.

Expand Down