Skip to content

Commit 732df85

Browse files
committed
add default settings for showJavaStackTrace and throwOnPostError to module config
1 parent 480d1bf commit 732df85

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

ModuleConfig.cfc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,9 @@ component {
7373
"platform" : "cfml",
7474
"logger" : ( !isNull( controller ) ? controller.getSetting( "appName" ) : "sentry" ),
7575
"userInfoUDF" : "",
76-
"extraInfoUDFs" : {}
76+
"extraInfoUDFs" : {}, // these two settings may be added but they
77+
"showJavaStackTrace" : false,
78+
"throwOnPostError" : false
7779
};
7880

7981
// Try to look up the release based on a box.json

0 commit comments

Comments
 (0)