Skip to content
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

itemsPerMinute errors should include IP address #741

Open
waltjones opened this issue Jun 26, 2019 · 0 comments
Open

itemsPerMinute errors should include IP address #741

waltjones opened this issue Jun 26, 2019 · 0 comments

Comments

@waltjones
Copy link
Contributor

When the itemsPerMinute threshold is exceeded in the browser, a specific itemsPerMinute error event is sent and further Rollbar events are discarded until the timer expires. This happens on a per browser basis.

Currently the itemsPerMinute error doesn't include the IP address in the payload. Rollbar items can be filtered by IP address, but only when it's present. Adding this would allow easily finding the cause of the exceeded threshold. In the item list filtered by IP, you could simply look at what error(s) preceded the itemsPerMinute error.

Without this improvement, you need to browse through all project items by timestamp until you locate the place in history where the itemsPerMinute error occurred.

@waltjones waltjones self-assigned this Jun 26, 2019
@waltjones waltjones removed their assignment Mar 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant