You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. I'm using Splunk RUM to send some custom events from my Android and iOS applications. It seems there is a discrepancy between the two versions in relation of the character limits that is possible to send as parameter of a custom event and I couldn't find any mention about it in the official documentation.
I tried to send a Lorem Ipsum text of 1000 words (6860 characters) on both platforms as follows:
On Android the text was logged entirely and can be seen correctly from the dashboard.
On iOS only a portion of the text made of 4096 characters was logged instead.
I noticed that this is a limit set by the constant MAX_ATTRIBUTE_LENGTH within the Splunk library.
Is it possible to modify this value and increase the limit?
Library versions
SplunkOtel iOS 0.11.1
SplunkOtel Android 1.0.0
The text was updated successfully, but these errors were encountered:
Hello. I'm using Splunk RUM to send some custom events from my Android and iOS applications. It seems there is a discrepancy between the two versions in relation of the character limits that is possible to send as parameter of a custom event and I couldn't find any mention about it in the official documentation.
I tried to send a Lorem Ipsum text of 1000 words (6860 characters) on both platforms as follows:
On Android the text was logged entirely and can be seen correctly from the dashboard.
On iOS only a portion of the text made of 4096 characters was logged instead.
I noticed that this is a limit set by the constant MAX_ATTRIBUTE_LENGTH within the Splunk library.
Is it possible to modify this value and increase the limit?
Library versions
SplunkOtel iOS 0.11.1
SplunkOtel Android 1.0.0
The text was updated successfully, but these errors were encountered: