On an event with local variables, there is a total size limit on all vars per frame of 2048 bytes and a maximum depth of 5. This can lead to data being truncated, but there is no information on the UI indicating that this has happened. Only Relay exposes this information in the event's JSON.
For example here this local variable has 10 entries:
While in the JSON we see that there were 12 entries originally:
Not knowing that there was originally more data that has been truncated can be misleading and confusing when trying to debug an error.
Solution Brainstorm
Indicate in the UI that data truncation has taken place. This could be a ... after the last entry.
Problem Statement
On an event with local variables, there is a total size limit on all vars per frame of 2048 bytes and a maximum depth of 5. This can lead to data being truncated, but there is no information on the UI indicating that this has happened. Only Relay exposes this information in the event's JSON.
For example here this local variable has 10 entries:
While in the JSON we see that there were 12 entries originally:
Not knowing that there was originally more data that has been truncated can be misleading and confusing when trying to debug an error.
Solution Brainstorm
Indicate in the UI that data truncation has taken place. This could be a
...
after the last entry.Product Area
Issues