Page MenuHomePhabricator

Flow should make sure all non-logged, non-caught exceptions are logged
Open, MediumPublic

Description

When debugging T103053, I had to live hack the exception class to log exceptions to be able to get a stack trace. Flow should not be throwing exceptions to users but not logging them.