sentry
sentry copied to clipboard
feat(relay): Limit custom measurements [INGEST-1620]
In tandem with https://github.com/getsentry/relay/pull/1483, provide a new project config key that defines how many custom measurements an event may contain.
To distinguish between custom and built-in measurements, the latter are explicitly enumerated as part of project config. This means considerable overhead for every project config, but I believe we need the flexibility here (see linked Relay PR).