You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix app crash events for apps using rolling deployments (#3790)
- The internal app crash event endpoint assumed that the web process
guid == app guid (legacy behavior from the v2->v3 data model migrations)
- Rolling deployments create new web processes that have different guids
which made it so this endpoint no longer created events associated with
the parent app
- This change updates the endpoint to make app crash events for the app
guid instead of the process guid which should resolve the rolling
deployment issue and support crash events for non-web process types
Fixes#2587
0 commit comments