Skip to content

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

Closed
kaareal opened this issue Mar 28, 2013 · 4 comments
Closed

Allow option to rate limit the same error. #92

kaareal opened this issue Mar 28, 2013 · 4 comments

Comments

@kaareal
Copy link

kaareal commented Mar 28, 2013

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.

@mattrobenolt
Copy link
Contributor

Were these 10k legit errors? Or was it something messing with a script on the page and causing a bunch of malicious errors?

@kaareal
Copy link
Author

kaareal commented Mar 28, 2013

Yep legit issues + and all the same.

@mattrobenolt
Copy link
Contributor

Do you mind explaining how this happened?

I'm inclined to not add something like this to core, but I'd gladly provide
a callback that would allow you to filter on your own. And maybe provide a
small rate limiting sample.

Sent from my iPhone

On Mar 28, 2013, at 4:32, Kaare [email protected] wrote:

Yep legit issues + and all the same.


Reply to this email directly or view it on
GitHubhttps://github.com//issues/92#issuecomment-15583537
.

@kaareal
Copy link
Author

kaareal commented Mar 28, 2013

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants