Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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: 5 additions & 3 deletions docs/android/integration-advanced/log-message-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,11 @@

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

import LogLimit from '@site/shared/log-limit.md';

<LogLimit />
:::warning Limits on Log Messages
* Properties are limited to 100 per log.

Check warning on line 81 in docs/android/integration-advanced/log-message-api.md

View workflow job for this annotation

GitHub Actions / rumdl

MD032

List should be preceded by blank line

Check warning on line 81 in docs/android/integration-advanced/log-message-api.md

View workflow job for this annotation

GitHub Actions / rumdl

MD004

List marker '*' does not match expected style '-'
* Property keys have a limit of 128 characters.

Check warning on line 82 in docs/android/integration-advanced/log-message-api.md

View workflow job for this annotation

GitHub Actions / rumdl

MD004

List marker '*' does not match expected style '-'
* Property values have a limit of 1024 characters.

Check warning on line 83 in docs/android/integration-advanced/log-message-api.md

View workflow job for this annotation

GitHub Actions / rumdl

MD004

List marker '*' does not match expected style '-'
:::

## Get alerted on logs

Expand Down
8 changes: 5 additions & 3 deletions docs/android/legacy-integration/log-message-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,11 @@

:::

import LogLimit from '@site/shared/log-limit.md';

<LogLimit />
:::warning Limits on Log Messages
* Properties are limited to 100 per log.

Check warning on line 74 in docs/android/legacy-integration/log-message-api.md

View workflow job for this annotation

GitHub Actions / rumdl

MD032

List should be preceded by blank line

Check warning on line 74 in docs/android/legacy-integration/log-message-api.md

View workflow job for this annotation

GitHub Actions / rumdl

MD004

List marker '*' does not match expected style '-'
* Property keys have a limit of 128 characters.

Check warning on line 75 in docs/android/legacy-integration/log-message-api.md

View workflow job for this annotation

GitHub Actions / rumdl

MD004

List marker '*' does not match expected style '-'
* Property values have a limit of 1024 characters.

Check warning on line 76 in docs/android/legacy-integration/log-message-api.md

View workflow job for this annotation

GitHub Actions / rumdl

MD004

List marker '*' does not match expected style '-'
:::

## Being Alerted on Logs

Expand Down
Loading