Skip to content

Cyclops does not send all the events to Sentry #26

@ghost

Description

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions