Open ghost opened 7 years ago
Sounds like you are hitting the caching feature: https://github.com/sentry-extensions/cyclops#caching.
It's already closed in https://github.com/WoZ/cyclops/pull/1 and merged into master of https://github.com/sentry-extensions/cyclops.
I will update pypi package soon.
Hello, When I send events to Sentry through Cyclops I get only 10 events on sentry. I'm using a simple python script to send the events:
for i in range(100): send(message)
I enabled the debug mode and I see all the events with 200 code which means that cyclops get them correctly, but when I see the logs on Sentry I only see 10. When I send the same amount of events to Sentry directly I get all the events.
OS : Debian jessie Configuration: Default settings.
Thanks in advance