Joris Bayer
Joris Bayer
* Additional routing + aggregation layer brings latency -> don't want that * Routing transactions might help, but metrics extracted in PoPs would still go to a different processing relay,...
> Additional routing + aggregation layer brings latency -> don't want that We thought this through: It would not actually bring additional latency compared to metrics that are extraced in...
Do we generally want to support any string provided by https://docs.unity3d.com/ScriptReference/SystemInfo-operatingSystem.html?
@bruno-garcia Do you know what we send in `os.raw_description` for WebGL builds on other operating systems? The reason I'm asking is that I'd rather update the regex for an exhaustive...
From [docs](https://docs.sentry.io/product/data-management-settings/scrubbing/server-side-scrubbing/): > An entry in "Additional Sensitive Fields" such as mysekret, for example, will cause the removal of any field named mysekret, but also removes any field value that...
ref: https://github.com/getsentry/security-advisories/issues/16
Con: Doing enrichments after PII scrubbing also means that selectors for inbound filters / dynamic sampling might not be available. So we should initially do it only for `sentry_tags`.
Q: Could on-demand metric extraction leak PII?
@bruno-garcia I'm completely new to .NET, but reading the official documentation it seems like Windows PDB for .NET is deprecated: > Using Windows PDBs for managed code is obsolete and...
@mjq is this PR still relevant, or can we close it?