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