mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 05:16:07 +00:00
create direct message
This commit is contained in:
@@ -43,14 +43,12 @@ export class WebSocketGraylogService {
|
||||
payload: data.payload,
|
||||
requestId: data.requestId,
|
||||
parentSpan: {
|
||||
traceId: data.spanContext.spanContext().traceId,
|
||||
spanId: data.spanContext.spanContext().spanId,
|
||||
traceId: data?.spanContext?.spanContext().traceId,
|
||||
spanId: data?.spanContext?.spanContext().spanId,
|
||||
}
|
||||
}));
|
||||
|
||||
// data.spanContext.end()
|
||||
} else {
|
||||
console.warn('WebSocket is not open. Message not sent.');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user