Skip to content

We seem to need to require explicitly now

Lin Jen-Shin requested to merge require-files-explicitly into master

Got this on production:

{"error":"NameError","message":"uninitialized constant Triage::Handler"}

It's probably because https://gitlab.com/gitlab-org/serverless/runtimes/ruby/blob/master/runtime/lib/function/loader.rb it's no longer loading recursively.

Merge request reports