add telemetry

This commit is contained in:
Peter Maquiran
2024-10-29 16:00:19 +01:00
parent 0c6fa3118e
commit eedb66a1cf
11 changed files with 110 additions and 34 deletions
@@ -1,7 +1,7 @@
import { Injectable } from '@angular/core';
import { BehaviorSubject, Observable, Subject, timer } from 'rxjs';
import { Platform } from '@ionic/angular';
import { SignalRConnection, SocketMessage } from './signalR';
import { SignalRConnection } from './signalR';
import { Plugins } from '@capacitor/core';
import { switchMap } from 'rxjs/operators';
import { err, Result } from 'neverthrow';