Joris Bayer
Joris Bayer
Fixes https://sentry.my.sentry.io/organizations/sentry/issues/1538083.
Now also happening in integration tests: https://github.com/getsentry/relay/actions/runs/11105222683/job/30850929531?pr=4087#step:8:1471
> Would it also make sense, either here or as a separate PR, to add PII scrubbing examples for managed mode? @cstavitsky added a paragraph about managed mode now. In...
@cmanallen have you considered using [Generic Inbound Filters](https://github.com/getsentry/relay/blob/22c881ef0a6d0e143ff867447255dfa083cf73c3/relay-filter/src/config.rs#L239) for this? We consider the other inbound filters as deprecated and would prefer if new features are implemented through generic filters instead.
Redis is used for a lot of different use cases across sentry. I am sure that some of those will break when keys disappear sooner than expected. If any of...
> The issue is that uncapped redis will use all available system memory. It becomes a problem when it's restarted and attempts to load the save file, which will cause...
@aminvakil thanks for the input! > 614010 e Looks like you have ~600k events and/or attachments in the processing cache, which has a TTL of one hour. But these keys...
Domain scrubbing is definitely arbitrary right now, because the second level domain might be just as high-cardinality as the subdomain. @gggritso what if we approach this in a data-driven way,...