##// END OF EJS Templates
appenlight: add basic tags to every request
ergo -
r878:36250535 default
parent child Browse files
Show More
@@ -26,6 +26,9 b' var initAppEnlight = function (config) {'
26 26 if (config.requestInfo){
27 27 AppEnlight.setRequestInfo(config.requestInfo);
28 28 }
29 if (config.tags){
30 AppEnlight.addGlobalTags(config.tags);
31 }
29 32 }
30 33 };
31 34
@@ -108,6 +108,10 b" c.template_context['visual']['default_re"
108 108 ip: '${c.rhodecode_user.ip_addr}',
109 109 username: '${c.rhodecode_user.username}'
110 110 % endif
111 },
112 tags: {
113 rhodecode_version: '${c.rhodecode_version}',
114 rhodecode_edition: '${c.rhodecode_edition}'
111 115 }
112 116 };
113 117 </script>
1 NO CONTENT: file was removed
General Comments 0
You need to be logged in to leave comments. Login now