We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73e179e commit b1b4d16Copy full SHA for b1b4d16
ModuleConfig.cfc
@@ -168,10 +168,7 @@ component {
168
169
// Only activate interceptions and collectors if master switch is on or in test mode disable it
170
if (
171
- variables.settings.enabled && !findNoCase(
172
- "MockController",
173
- getMetadata( controller ).name
174
- )
+ variables.settings.enabled
175
) {
176
/******************** REQUEST COLLECTOR ************************************/
177
0 commit comments