Skip to content

Resolve "500 when error stack trace is empty"

Sean Arnold requested to merge 119205-500-when-error-stack-trace-is-empty into master

What does this MR do?

This fixes a 500 error that would occur when loading the Error details page (Operations -> Error Tracking -> ) when the stack trace in the error is empty.

With this fixed the frontend can implement something to show the user when the stack trace is empty.

Before:

Screen_Shot_2019-12-20_at_11.11.06_AM

After:

Screen_Shot_2019-12-20_at_11.43.05_AM

Does this MR meet the acceptance criteria?

Conformity

Closes #119205 (closed)

Edited by Sean Arnold

Merge request reports