Skip to content

Commit 06df7af

Browse files
committed
Use more sensible defaults.
1 parent b357508 commit 06df7af

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

jQuery.clientSideLogging.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
info_url: '/log?type=info',
1515
log_url: '/log?type=log',
1616
log_level: 1,
17-
native_error:false,
17+
native_error:true,
1818
use_console:false,
1919
query_var: 'msg',
2020
client_info: {
21-
location:false,
22-
screen_size:false,
23-
user_agent:false,
24-
window_size:false
21+
location:true,
22+
screen_size:true,
23+
user_agent:true,
24+
window_size:true
2525
}
2626
};
2727

0 commit comments

Comments
 (0)