zincsearch / zincsearch

ZincSearch . A lightweight alternative to elasticsearch that requires minimal resources, written in Go.

Home Page:https://zincsearch-docs.zinc.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add flag to disable/override Sentry

karatekaneen opened this issue · comments

Saw in this commit that Sentry was added to track bugs. This would be an issue for us because of GDPR and other compliance issues.

Describe the solution you'd like
I think that this should be behind a flag that we can disable and/or give possibility to change to our own Sentry instances.

Thanks for letting us know. I will add a flag that you can use to disable it.

Yes please either consider removing such features or making them "opt-in". This is mandatory in other cases as well for self-hosting, on-prem and sovereignty.

Looks to be fixed in v0.2.0, nice!