Skip to content

Commit fd6b7ea

Browse files
committed
clean up Sentry reports
1 parent 81c7653 commit fd6b7ea

File tree

1 file changed

+0
-2
lines changed
  • contentcuration/contentcuration/frontend/shared

1 file changed

+0
-2
lines changed

contentcuration/contentcuration/frontend/shared/client.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,6 @@ client.interceptors.response.use(
129129
Network: {
130130
lastOffline: lastOffline ? `${Date.now() - lastOffline}ms ago` : 'never',
131131
online: navigator.onLine,
132-
isNavigating,
133-
pendingRequestCount: pendingRequests.size,
134132
},
135133
},
136134
});

0 commit comments

Comments
 (0)