在Sentry Web中或通过API(https://docs.sentry.io/api/events/delete-group-details/)删除问题后,通过API和Sentry Web不再存在该问题。
但是该事件仍然存在于nodestore_node
表中。
如何确保在节点存储中也删除了已删除的问题(包括事件)?
我正在使用docker onpremise设置:https://github.com/getsentry/onpremise
我看到可以通过cleanup
(https://docs.sentry.io/server/cli/cleanup/)删除x天之前的数据,但这是另一个用例。
我们希望确保删除数据库中的数据以实现GDPR。