sentry icon indicating copy to clipboard operation
sentry copied to clipboard

feat(indexer): Allow mechanism to not index tag values

Open nikhars opened this issue 3 years ago • 1 comments

This PR adds mechanism to skip indexing tag values. The code is based on an option introduced in https://github.com/getsentry/sentry/pull/38758/

After the change, when the option is configured, the indexer on performance would send strings for tag values

nikhars avatar Sep 14 '22 21:09 nikhars

this looks fine to me but idk what the plan wrt the protocol change is. i think it would be easier to review both prs at the same time, not sequentially

The Snuba PR is here https://github.com/getsentry/snuba/pull/3146

nikhars avatar Sep 15 '22 22:09 nikhars