Search the error report by script name or function name

As a Roblox developer, it is currently too hard to search for errors which occurred in a specific script or function within the creator hub error report.

If Roblox is able to address this issue, it would improve my development experience because i could easily and quickly determine whether my most important scripts are solid or not. It would also help with troubleshooting.

The script names and function names are already visible on the error lines in the report, so i wouldnt think this would be too hard to implement.

6 Likes

Just as a little note, if other scripts are spamming your error report - just in case they are; there’s a chance that other useful logs will be dropped. More specifically the error log can only report 500 unique errors and 500 unique warnings every 6 hours (or at least I think that is what the documentation says). This means that if you have other scripts making it very difficult to parse your error report; there’s a chance that the errors you are looking for were dropped, so walk with caution. Obviously this isn’t a reason for this not to be a feature (it ideally should); but I just thought I’d flag it in-case it is relevant and is actually causing the desired logs to be outright absent from your report.

1 Like