You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: