diff --git a/web/react/utils/client.jsx b/web/react/utils/client.jsx
index 75ffdb274e..ebd6640d7f 100644
--- a/web/react/utils/client.jsx
+++ b/web/react/utils/client.jsx
@@ -14,8 +14,6 @@ export function trackPage() {
}
function handleError(methodName, xhr, status, err) {
- var LTracker = global.window.LTracker || [];
-
var e = null;
try {
e = JSON.parse(xhr.responseText);
@@ -39,7 +37,6 @@ function handleError(methodName, xhr, status, err) {
console.error(msg); //eslint-disable-line no-console
console.error(e); //eslint-disable-line no-console
- LTracker.push(msg);
track('api', 'api_weberror', methodName, 'message', msg);
diff --git a/web/react/utils/config.js b/web/react/utils/config.js
index c7d1aa2bca..823d71894f 100644
--- a/web/react/utils/config.js
+++ b/web/react/utils/config.js
@@ -3,10 +3,6 @@
export var config = {
- // Loggly configs
- LogglyWriteKey: '',
- LogglyConsoleErrors: true,
-
// Segment configs
SegmentWriteKey: '',
diff --git a/web/templates/head.html b/web/templates/head.html
index 55c7294764..b70ddd311f 100644
--- a/web/templates/head.html
+++ b/web/templates/head.html
@@ -55,17 +55,6 @@
window.config.ProfileHeight = '{{ .Props.ProfileHeight }}'
-
-