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
Cyclops relies on a local database to inspect projects and I had a hard time figuring out how to set it up. But after all, I am not using the on-premise version of Sentry and it looks like cyclops depends on the sentry database.
I don't have a sentry database because I use the hosted version of Sentry.
Do you have any plans to integrate cyclops with hosted Sentry?
The text was updated successfully, but these errors were encountered:
No plans because we need to be able to access info on the projects to make sure a request is not malicious. If you can mock a database that contains the same info as sentry's it would work I think.
No plans because we need to be able to access info on the projects to make sure a request is not malicious
In my case, every request comes from a VPC, not from the Internet. It would be nice if this feature of dropping the requests was something configurable in the settings. I will work on this if we start using cyclops at Yipit.
Cyclops relies on a local database to inspect projects and I had a hard time figuring out how to set it up. But after all, I am not using the on-premise version of Sentry and it looks like cyclops depends on the
sentry
database.I don't have a
sentry
database because I use the hosted version of Sentry.Do you have any plans to integrate cyclops with hosted Sentry?
The text was updated successfully, but these errors were encountered: