sentry
sentry copied to clipboard
feat(ui): Flatten discover/eap/span responses
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
after