Этот коммит содержится в:
=Corey Hulen
2015-09-15 14:20:25 -07:00
родитель 1bbb5265be
Коммит 788fc4373b
3 изменённых файлов: 0 добавлений и 18 удалений

Просмотреть файл

@@ -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);

Просмотреть файл

@@ -3,10 +3,6 @@
export var config = {
// Loggly configs
LogglyWriteKey: '',
LogglyConsoleErrors: true,
// Segment configs
SegmentWriteKey: '',