-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Throttling #679
Comments
|
I just found this older issue that had the same problems, and offers an implementation for those curious : |
also linking this issue with related to similar problems: #530 |
Sampling is already a thing now. MaxEvents is discussed here #767 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there a way to throttle the error reporting?
This plugin is working great for me, but I did find that on one particular page on my site, with some browsers, an old D3 library was producing many errors per second. With sentry enabled, the users browser would crash, I think because it was queuing up too many async requests. With sentry disabled, the client script would run just find (despite the errors in the console)
Ive noticed 'shouldSendCallback' ... maybe I could do something like logging the timestamp of every error report and block sending if its less than a second?
The text was updated successfully, but these errors were encountered: