sentry icon indicating copy to clipboard operation
sentry copied to clipboard

feat(relay): Limit custom measurements [INGEST-1620]

Open jjbayer opened this issue 3 years ago • 0 comments

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).

jjbayer avatar Sep 19 '22 14:09 jjbayer