-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
GET events API #1362
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
Are you sure the pagination docs apply to such an old version as 9.1.2? Maybe we have pagination bugs in 9 that were fixed later? 🤔 |
(Note to self: this made me think of #1252 but seems unrelated.) |
@chadwhitacre I'm not sure. How can I check that? I think the published documentation is just for the last version. |
@juandspy Maybe check https://github.com/getsentry/sentry-docs/commits/master/src/api/pagination.mdx ? First commit is after 9.1.2 has been released though, can you upgrade to recent versions? |
I'm afraid this is not hosted by me or my team directly, so I don't think so. Thanks for the answer. I'll find another workaround! |
Good luck @juandspy! :) |
Uh oh!
There was an error while loading. Please reload this page.
Version
9.1.2
Steps to Reproduce
I've tried to download all the events belonging to an issue (~15K) and I was only able to get a 10% of those. I followed the documentation about pagination and built this code:
It should print something close to 15K, but I'm getting just 1750 events.
Some logging about what's happening in the script
The cursor never moves to
100:0
or something like that. It stays in0:0
,0:1
or1:0
.Expected Result
I'm expecting the whole bunch of events instead of just a portion.
Actual Result
Just a subset of the events.
The text was updated successfully, but these errors were encountered: