mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
add opentelemetr logging
This commit is contained in:
@@ -22,12 +22,12 @@ export class MessageRepositoryService {
|
||||
private messageLiveSignalRDataSourceService: SignalRService,
|
||||
private messageLocalDataSourceService: MessageLocalDataSourceService
|
||||
) {
|
||||
this.messageLiveDataSourceService.socket.messages$.subscribe(({payload, requestId, type}) => {
|
||||
// this.messageLiveDataSourceService.socket.messages$.subscribe(({payload, requestId, type}) => {
|
||||
|
||||
|
||||
|
||||
|
||||
})
|
||||
// })
|
||||
|
||||
}
|
||||
|
||||
@@ -44,10 +44,10 @@ export class MessageRepositoryService {
|
||||
|
||||
const localActionResult = await this.messageLocalDataSourceService.sendMessage(data)
|
||||
|
||||
this.messageLiveDataSourceService.sendMessage({
|
||||
type: 'sendMessage',
|
||||
payload: data
|
||||
})
|
||||
// this.messageLiveDataSourceService.sendMessage({
|
||||
// type: 'sendMessage',
|
||||
// payload: data
|
||||
// })
|
||||
|
||||
if(localActionResult.isOk()) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user