Forceful sandboxing of handler in Route.handledIgnoreParams
makes it impossible to do error introspection in Handler transformers.
#3228
Labels
bug
Something isn't working
Describe the bug
Given the routes
and a transformer
A
POST /fail
toroutes.transform(logDefects)
never logs the "Application defect" message.Should sandboxing happen during the
Server#install
?The text was updated successfully, but these errors were encountered: