Analytics / Error Report showing the wrong number of total warnings?


graph says that i have over 80k errors/warnings on server side

on the other hand, top issue is related to client?

i have identified the spikes being a server-sided warn:


as you can see, in the image it clearly says “281657 results”, but in “warnings by count” there are no warnings exceeding total count of 28

i might’ve not checked something. i’ve tried:

  • logging out and logging back into my account
  • seeing the same page via my phone
  • logging into a different account (that has permissions to view analytics)
  • checking the game’s servers - me and my team went over 90 servers and found 0 warnings
  • checking the game’s communication server - players are not experiencing any lag at all
  • checking the game’s feedback menu - same thing as above

Page URL: https://create.roblox.com/dashboard/creations/experiences/7640282930/analytics/errors?rangeType=Last1Hour&minTime=1753141908814&maxTime=1753142075400&annotation=PlaceThumbnail&annotation=PlaceVersion (you probably can’t view that)

Hey, thanks for reaching out! This is a known limitation of our error reporting table.

The error report can report up to 500 unique errors and 500 unique warnings at a time. We drop any unique warnings after this limit and resets every 6 hours. [link]

The count you see in the chart includes those that we dropped.

Are you sending logs with dynamic content such as IDs etc.? Those are the most commonly dropped log messages.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.