Exception when rendering any page
Closed this issue · 0 comments
CHTJonas commented
The site currently throws a NameError
exception when rendering any page.
This is due to the ApplicationController#sentry_tags_context
method (which is called during the set_sentry!
before action) referencing the uninitialised constant Camdram::Version
.