There was an error while loading. Please reload this page.
showJavaStackTrace
throwOnPostError
1 parent 480d1bf commit 732df85Copy full SHA for 732df85
1 file changed
ModuleConfig.cfc
@@ -73,7 +73,9 @@ component {
73
"platform" : "cfml",
74
"logger" : ( !isNull( controller ) ? controller.getSetting( "appName" ) : "sentry" ),
75
"userInfoUDF" : "",
76
- "extraInfoUDFs" : {}
+ "extraInfoUDFs" : {}, // these two settings may be added but they
77
+ "showJavaStackTrace" : false,
78
+ "throwOnPostError" : false
79
};
80
81
// Try to look up the release based on a box.json
0 commit comments