add log for endpoints

This commit is contained in:
Peter Maquiran
2024-06-17 17:04:42 +01:00
parent 58eee3ff93
commit 157ecdd10b
10 changed files with 123 additions and 42 deletions
@@ -27,6 +27,10 @@ export class CaptureLogService {
}
setToken() {
}
interceptLogs() {
(() => {
const originalConsoleLog = console.log;