MaxBittker / sandspiel

Creative cellular automata browser game
https://sandspiel.club
MIT License
2.97k stars 199 forks source link

UI disappearing when rate limit reached (Solution kinda) #233

Open labbo-lab opened 1 year ago

labbo-lab commented 1 year ago

The error occurs in blob/master/js/components/ui.js (line 189) when the rate limit is triggered.

When the rate limit is triggered, it runs Sentry.captureMessage("RATELIMIT"); which doesn't work because sentry isn't defined, which gives an error and breaks ui.js

fix: define sentry, I'm not sure what needs to be added though, I'm guessing an import statement?