-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Allow option to rate limit the same error. #92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Were these 10k legit errors? Or was it something messing with a script on the page and causing a bunch of malicious errors? |
Yep legit issues + and all the same. |
Do you mind explaining how this happened? I'm inclined to not add something like this to core, but I'd gladly provide Sent from my iPhone On Mar 28, 2013, at 4:32, Kaare [email protected] wrote: Yep legit issues + and all the same. — |
That would be great 👍 So we got some twitter messages stored on the clientside, and we do some compression on the messages to make them fit into localstorage. So when restoring the compressed messages from localstorage, a little corruption of the data can lead to a lot of failures. Another example I have seen, is around dragging and dropping, a badly configured jquery-ui can produce quite a few events. |
Over night i got +10k errors from the same user with the same error.
I would love to see an option where you could pass in an options that would allow me to suppress the same error so it only gets send to the server every x secs.
The text was updated successfully, but these errors were encountered: