Allow viewing error events separated by time (timestamp)

The new Error Report (https://create.roblox.com/dashboard/creations/experiences/{UserId}/analytics/errors) is a huge advancement recently created by Roblox.

However, it would be much more efficient to be able to see the events atomized, that is, separated each one by date/time/minute/second/millisecond (and sorted accordingly).
In this way, this will allow precise control of a chain of events, making it easier to track errors more precisely and allowing you to find their causes more easily.

9 Likes

This would be a very good change for error reports, as the last hour sometimes doesn’t catch all of them and the last day is too broad.

2 Likes

Not to mention this would certainly potentially avoid exploiters abusing this feature as badly, as with some funky pcall abuse they could easily put a while task.wait() do loop that spams the console with errors, leading to that page being flooded with randomly generated error messages that don’t mean anything. (Or at worst, could have some social engineering put in place to make a dev put in a vulnerability thinking it would fix a very common error message)

1 Like

We just released the ability to filter your Error Report by PlaceVersion, do you think that solves your issue?

This also allows you to handle the time period where you have multiple versions currently deployed but isolate only on the newest version