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

Cyclops does not send all the events to Sentry #26

Open
ghost opened this issue Dec 6, 2016 · 2 comments
Open

Cyclops does not send all the events to Sentry #26

ghost opened this issue Dec 6, 2016 · 2 comments

Comments

@ghost
Copy link

ghost commented Dec 6, 2016

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

@Tenzer
Copy link

Tenzer commented Sep 5, 2017

Sounds like you are hitting the caching feature: https://github.com/sentry-extensions/cyclops#caching.

@WoZ
Copy link
Member

WoZ commented Sep 5, 2017

It's already closed in WoZ#1 and merged into master of https://github.com/sentry-extensions/cyclops.

I will update pypi package soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants