sentry icon indicating copy to clipboard operation
sentry copied to clipboard

feat(ui): Flatten discover/eap/span responses

Open scttcper opened this issue 4 months ago • 0 comments

Flattens the types into a single object with 2300 key/values which is still big, but slightly simpler since it isn't an intersection of all the objects with their keys. Reduces the number of instantiations by 100k.

before image

after image

scttcper avatar Jun 12 '25 21:06 scttcper