fix(project-details): Correct some types, don't crash on alert render fail#80466
Conversation
| eventProcessing?: { | ||
| symbolicationDegraded?: boolean; | ||
| }; |
There was a problem hiding this comment.
it does look like it might always be there https://github.com/getsentry/sentry/blob/master/src/sentry/api/serializers/models/project.py#L1024-L1026
i wonder if the project was missing entirely from the store
There was a problem hiding this comment.
I wonder if it's related to this - https://sentry.sentry.io/issues/5593998622/?project=11276. We might be loading something malformed into the projects store and causing these downstream errors
There was a problem hiding this comment.
the missing toSorted was an old browser thing
There was a problem hiding this comment.
maybe when the project is created we use a different serializer?
|
Gonna merge since a bad type can be corrected but using an unusual serializer crashes the page. |
Resolves JAVASCRIPT-2WME