Error Reports page truncates analytics messages when keyword search is applied

This makes keyword search unusable since important parts of messages of are missing.

e.g. when using the search term 'fourdollar456' or [analytics] to find the following message:

[Analytics] [ID:216, F:01] Client 'fourdollar456' received message 'lrp_fast' with out-of-order GenIndex (Message: 2, Client: 1) about player '66hike'. Messages: {Ago: 0.2, GenIndex: 2, Type: lrp_fast} --- EOF ---

the displayed message gets truncated to:

[Analytics] [ID:216, F:01] Client 'fourdollar456' received message 'lrp_fast' with out-of-order GenIndex

Note the original message did have newlines in it, but the truncation does not correspond to the newlines.

Relevant screenshots:

(without filter)

(with filter)

This actually occurs with all my analytics messages of this form, e.g. when searching for β€˜[analytics]’ notice how everything gets cut off after the GenIndex keyword

(I manually deleted the whitespace from the CSS because it’s bad.)

Page URL: https://create.roblox.com/dashboard/creations/experiences/XXXXXXX/analytics/errors

3 Likes